X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f02d58db2f0a5f06c38d669c4b4c4fff95e55395..06c0fd3da81bed89e12e7a30cfc6ff33ddecd075:/project/templates/registration/head_login.html?ds=inline
diff --git a/project/templates/registration/head_login.html b/project/templates/registration/head_login.html
index ded03e97..5eb353d0 100644
--- a/project/templates/registration/head_login.html
+++ b/project/templates/registration/head_login.html
@@ -1,10 +1,10 @@
{% if user.is_authenticated %}
{{ user.username }} |
-Wyloguj
+Wyloguj
{% else %}
-{% url django.contrib.auth.views.login as login_url %}
+{% url login as login_url %}
{% ifnotequal login_url request.path %}
- Logowanie
+ Logowanie
{% endifnotequal %}
{% endif %}