Created
July 21, 2022 19:00
-
-
Save vb64/50e1e9a4cc39a81fd1c4cb53559dcf08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% extends "admin/change_list.html" %} | |
| {% block content %} | |
| <div><a href="csv/?{{ request.GET.urlencode }}">Data download</a></div> | |
| {{ block.super }} | |
| {% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment