aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyaggr3g470r/templates/management.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html
index fa6e66ef..cf641661 100644
--- a/pyaggr3g470r/templates/management.html
+++ b/pyaggr3g470r/templates/management.html
@@ -43,7 +43,7 @@
</div>
<div class="jumbotron">
<h1>{{ _('Export articles') }}</h1>
- <a href="/export/?format=HTML" class="btn btn-default">HTML</a>
+ <a href="/export?format=HTML" class="btn btn-default">HTML</a>
</div>
</div><!-- /.container -->
{% endblock %}
bgstack15