Skip to content

Instantly share code, notes, and snippets.

@vb64
Created July 21, 2022 19:00
Show Gist options
  • Select an option

  • Save vb64/50e1e9a4cc39a81fd1c4cb53559dcf08 to your computer and use it in GitHub Desktop.

Select an option

Save vb64/50e1e9a4cc39a81fd1c4cb53559dcf08 to your computer and use it in GitHub Desktop.
{% 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