aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/login.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-24 13:32:05 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-24 13:32:05 +0200
commit76d7b6deecd58609af2504570ac9fe4e07677fec (patch)
treecd4a2a3abaedef6deb929bc920e94eaa69d051ff /pyaggr3g470r/templates/login.html
parentUpdated README. (diff)
downloadnewspipe-76d7b6deecd58609af2504570ac9fe4e07677fec.tar.gz
newspipe-76d7b6deecd58609af2504570ac9fe4e07677fec.tar.bz2
newspipe-76d7b6deecd58609af2504570ac9fe4e07677fec.zip
Removed trailing slashes from the routes.
Diffstat (limited to 'pyaggr3g470r/templates/login.html')
-rw-r--r--pyaggr3g470r/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/login.html b/pyaggr3g470r/templates/login.html
index e58b5d83..8bfbffa5 100644
--- a/pyaggr3g470r/templates/login.html
+++ b/pyaggr3g470r/templates/login.html
@@ -26,7 +26,7 @@
{{ form.submit(class_="btn") }}
</form>
</div>
- <a href="/signup/" class="btn btn-default">{{ _('Sign up') }}</a>
+ <a href="/signup" class="btn btn-default">{{ _('Sign up') }}</a>
&nbsp;
<a href="/recover" class="btn btn-default">{{ _('Forgot password') }}</a>
</div><!-- /.container -->
bgstack15