diff --git a/app/main/views/templates.py b/app/main/views/templates.py index b2e36a94d..1029b5fd8 100644 --- a/app/main/views/templates.py +++ b/app/main/views/templates.py @@ -140,14 +140,8 @@ def choose_template(service_id, template_type='all'): ) ] - if current_user.has_permissions('view_activity'): - page_title = 'Templates' - else: - page_title = 'Choose a template' - return render_template( 'views/templates/choose.html', - page_title=page_title, templates=templates_on_page, show_search_box=(len(templates_on_page) > 7), show_template_nav=has_multiple_template_types and (len(templates) > 2), diff --git a/app/templates/main_nav.html b/app/templates/main_nav.html index 5ff2dac9f..72e52cf48 100644 --- a/app/templates/main_nav.html +++ b/app/templates/main_nav.html @@ -20,7 +20,7 @@ {% else %}