summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/registration/login.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-18 11:54:50 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-18 11:54:50 +0200
commit7bb9ae34e3cbde5dc1e51673be6f1f166841cc96 (patch)
tree8cd49adeebeb0a947b2a0b191b0eb4fbaa1612c5 /ishtar_common/templates/registration/login.html
parenta885a602e8becb2bf37c2ed27ff42bd90a965c4e (diff)
downloadIshtar-7bb9ae34e3cbde5dc1e51673be6f1f166841cc96.tar.bz2
Ishtar-7bb9ae34e3cbde5dc1e51673be6f1f166841cc96.zip
Django 1.8: new urls in templates
Diffstat (limited to 'ishtar_common/templates/registration/login.html')
-rw-r--r--ishtar_common/templates/registration/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/registration/login.html b/ishtar_common/templates/registration/login.html
index ada4f6aa9..e8122f150 100644
--- a/ishtar_common/templates/registration/login.html
+++ b/ishtar_common/templates/registration/login.html
@@ -13,7 +13,7 @@
</form>
</div>
<div class='info'>
-<p>{% trans "Forgot password?" %} <a href="{% url auth_password_reset %}">{% trans "Reset it" %}</a></p>
-<p>{% trans "Not member?" %} <a href="{% url registration_register %}">{% trans "Register" %}</a></p>
+<p>{% trans "Forgot password?" %} <a href="{% url 'auth_password_reset' %}">{% trans "Reset it" %}</a></p>
+<p>{% trans "Not member?" %} <a href="{% url 'registration_register' %}">{% trans "Register" %}</a></p>
</div>
{% endblock %}