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.
This commit is contained in:
Chris Hill-Scott
2017-03-10 17:16:46 +00:00
parent 44a3a81305
commit b908a38264

View File

@@ -22,9 +22,4 @@
{{ api_key(template.id, name="Template ID", thing='template ID') }}
</div>
{{ page_footer(
secondary_link=url_for('.choose_template', service_id=current_service.id),
secondary_link_text='All templates'
) }}
{% endblock %}