Skip to content

Commit

Permalink
Swap export button functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley authored and Virginia Dooley committed May 13, 2024
1 parent c9300be commit 863120d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wcivf/apps/feedback/templates/feedback/admin/change_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{% if has_add_permission %}
{{ block.super }}
{% endif %}
<li><a href='{% url "admin:feedback_export_comments" %}' class="import_link">Export All</a></li>
<li><a href='{% url "admin:feedback_export_all" %}' class="import_link">Export with comments</a></li>
<li><a href='{% url "admin:feedback_export_all" %}' class="import_link">Export All</a></li>
<li><a href='{% url "admin:feedback_export_comments" %}' class="import_link">Export with comments</a></li>
{% endblock %}
</ul>
{% endblock %}

0 comments on commit 863120d

Please sign in to comment.