feat(admin): add excel upload flows for FNS reports and register lists
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{% extends "admin/change_list.html" %}
|
||||
|
||||
{% block object-tools-items %}
|
||||
<li>
|
||||
<a href="{{ upload_excel_url }}" class="addlink">Загрузить Excel организаций</a>
|
||||
</li>
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user