Fix notification link

This commit is contained in:
David Baker 2016-04-28 17:28:48 +01:00
parent e800ee2f63
commit 36bb5c2383

View File

@ -29,6 +29,6 @@
{% endfor %}
</div>
<div class="notif_link">
<a href="{{ link }}">View in Vector</a>
<a href="{{ notif.link }}">View</a>
</div>
</div>