X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..30423c0a921a37cc2213e83309d5abe04399ba15:/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 @@ {% trans "Log Out" %} {% else %} -{% url "login" as login_url %} +{% url "cas_ng_login" as login_url %} {% ifnotequal login_url request.path %} {% trans "Log In" %} {% endifnotequal %}