Move notification items into dir

This commit is contained in:
Mouse Reeve
2021-10-02 10:46:09 -07:00
parent 0320898f4e
commit 5adbf2d087
11 changed files with 18 additions and 18 deletions

View File

@ -0,0 +1,12 @@
{% extends 'notifications/items/item_layout.html' %}
{% load i18n %}
{% block icon %}
<span class="icon icon-list"></span>
{% endblock %}
{% block description %}
{% url 'import-status' notification.related_import.id as url %}
{% blocktrans %}Your <a href="{{ url }}">import</a> completed.{% endblocktrans %}
{% endblock %}