X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..fc8d58d4ac9abba24758ef6c914eea9f85ef7e5b:/src/redakcja/templates/registration/head_login.html

diff --git a/src/redakcja/templates/registration/head_login.html b/src/redakcja/templates/registration/head_login.html
index 2a8fd3bd..15ef5630 100644
--- a/src/redakcja/templates/registration/head_login.html
+++ b/src/redakcja/templates/registration/head_login.html
@@ -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 %}