mirror of
https://github.com/Rushilwiz/drive-pipeline.git
synced 2025-04-21 12:40:18 -04:00
11 lines
245 B
HTML
11 lines
245 B
HTML
{% extends "admin/change_list.html" %}
|
|
{% load i18n admin_urls %}
|
|
{% block object-tools-items %}
|
|
|
|
<li>
|
|
<a href="{% url 'export' %}" class="grp-state-focus addlink">Export Responses</a>
|
|
</li>
|
|
|
|
{{ block.super }}
|
|
|
|
{% endblock %} |