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 %}