From c21f68604caa028dc7a9f71d374640bb51a597b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 5 Mar 2012 16:32:33 +0100 Subject: [PATCH] Link to registration from login --- html/registration/login.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/registration/login.html b/html/registration/login.html index d13af7d4c..301244e10 100644 --- a/html/registration/login.html +++ b/html/registration/login.html @@ -31,4 +31,9 @@ +

+{% url 'registration.views.register' as register_url %} +{% blocktrans %}Do not have an account yet? You can register.{% endblocktrans %} +

+ {% endblock %}