Commit fe6a66e3 authored by Michal Čihař's avatar Michal Čihař

Simplify code, we already have the query string generated

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent be2c77db
......@@ -10,7 +10,7 @@
<ul class="pagination pull-right flip">
<li>
<a href="{% url 'changes-csv' %}?{{ request.GET.urlencode }}" title="{% trans "Download all changes as CSV" %}"><i class="fa fa-download"></i></a>
<a href="{% url 'changes-csv' %}?{{ query_string }}" title="{% trans "Download all changes as CSV" %}"><i class="fa fa-download"></i></a>
</li>
{% if changes_rss %}
<li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment