Link notification block to its main path

This commit is contained in:
Mouse Reeve
2021-10-02 11:24:07 -07:00
parent 2a9f8f8122
commit b9632039f9
11 changed files with 62 additions and 2 deletions

View File

@ -1,7 +1,10 @@
{% extends 'notifications/items/item_layout.html' %}
{% load i18n %}
{% block primary_link %}{% spaceless %}
{% url 'import-status' notification.related_import.id %}
{% endspaceless %}{% endblock %}
{% block icon %}
<span class="icon icon-list"></span>
{% endblock %}