From b908a38264fdd91c22337b60eaeefd7fbdc6f4ac Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 10 Mar 2017 17:16:46 +0000 Subject: [PATCH] Remove back to all templates link The all templates page is linked to from the navigation, and clutters up this footer area of the template page, which now has some extra info. --- app/templates/views/templates/template.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/templates/views/templates/template.html b/app/templates/views/templates/template.html index 561073404..08f9c185d 100644 --- a/app/templates/views/templates/template.html +++ b/app/templates/views/templates/template.html @@ -22,9 +22,4 @@ {{ api_key(template.id, name="Template ID", thing='template ID') }} - {{ page_footer( - secondary_link=url_for('.choose_template', service_id=current_service.id), - secondary_link_text='All templates' - ) }} - {% endblock %}