Add in anchor link, and update link in notification history.

This commit is contained in:
Nicholas Staples
2016-03-17 10:59:47 +00:00
parent a13ecc5cb5
commit 0411238dd9
3 changed files with 8 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
{{ item.to }}
{% endcall %}
{% call field() %}
<a href="{{ url_for(".edit_service_template", service_id=service_id, template_id=item.template.id) }}">{{ item.template.name }}</a>
<a href="{{ url_for(".choose_template", service_id=service_id, template_type=item.template.template_type, _anchor=item.template.name|linkable_name) }}">{{ item.template.name }}</a>
{% endcall %}
{% call field() %}
{{ item.template.template_type }}