almost finish migrate new circumstances
This commit is contained in:
16
templates/admin/location2025/change_list.html
Normal file
16
templates/admin/location2025/change_list.html
Normal file
@ -0,0 +1,16 @@
|
||||
{% extends "admin/change_list.html" %}
|
||||
{% load i18n admin_urls %}
|
||||
|
||||
{% block object-tools-items %}
|
||||
<li>
|
||||
<a href="{% url 'admin:location2025_upload_csv' %}" class="addlink">
|
||||
CSVアップロード
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{% url 'admin:location2025_export_csv' %}" class="addlink">
|
||||
CSVエクスポート
|
||||
</a>
|
||||
</li>
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user