Remove Mercurial dependency, replace django_cas with django-cas-ng.
[redakcja.git] / src / redakcja / templates / registration / head_login.html
index 2a8fd3b..15ef563 100644 (file)
@@ -9,7 +9,7 @@
 
 <a href='{% url "logout" %}{% if logout_to %}?next={{ logout_to }}{% endif %}'>{% trans "Log Out" %}</a>
 {% else %}
-{% url "login" as login_url %}
+{% url "cas_ng_login" as login_url %}
 {% ifnotequal login_url request.path %}
     <a href='{{ login_url }}'>{% trans "Log In" %}</a>
 {% endifnotequal %}