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

@@ -4,7 +4,7 @@
{% if name %}
<h3 class="sms-message-name">
{% if edit_link %}
<a href="{{ edit_link }}">{{ name }}</a>
<a name="{{ name|linkable_name }}" href="{{ edit_link }}">{{ name }}</a>
{% else %}
{{ name }}
{% endif %}