aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-27 07:57:00 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-27 07:57:00 +0200
commit419bd4b3f3053d74c8a8350856ee7dd2fd556c1e (patch)
tree6a6e44e2d2c17f96425c0ea57ecb0fd822fa0442 /pyaggr3g470r
parentForcing SSL with Flask-SSLify on Heroku. (diff)
downloadnewspipe-419bd4b3f3053d74c8a8350856ee7dd2fd556c1e.tar.gz
newspipe-419bd4b3f3053d74c8a8350856ee7dd2fd556c1e.tar.bz2
newspipe-419bd4b3f3053d74c8a8350856ee7dd2fd556c1e.zip
No trailing slash for this view.
Diffstat (limited to 'pyaggr3g470r')
-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 6755281d..4375ebdd 100644
--- a/pyaggr3g470r/templates/management.html
+++ b/pyaggr3g470r/templates/management.html
@@ -41,7 +41,7 @@
<button class="btn btn-default" type="submit">OK</button>
</form>
<br />
- <a href="/export/?format=JSON" class="btn btn-default">{{ _('Export account to JSON') }}</a>
+ <a href="/export?format=JSON" class="btn btn-default">{{ _('Export account to JSON') }}</a>
</div>
<div class="jumbotron">
<h1>{{ _('Export articles') }}</h1>
bgstack15