diff --git a/horilla/decorators.py b/horilla/decorators.py index 9e1e79397..4b721193c 100755 --- a/horilla/decorators.py +++ b/horilla/decorators.py @@ -40,6 +40,8 @@ def login_required(view_func): def wrapped_view(request, *args, **kwargs): path = request.path res = path.split('/', 2)[1].capitalize().replace('-',' ').upper() + if res =='PMS': + res ="Performance" request.session['title'] = res if path == '' or path == '/': request.session['title'] = 'Dashboard'.upper() diff --git a/pms/templates/feedback/feedback_creation.html b/pms/templates/feedback/feedback_creation.html index 25993612f..3c01f7e6a 100644 --- a/pms/templates/feedback/feedback_creation.html +++ b/pms/templates/feedback/feedback_creation.html @@ -30,7 +30,7 @@