X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7f3f79476a57d10991566c511d40e20154c01064..78644811ca0c6042212788dc67add42bc41fb74c:/platforma/templates/registration/head_login.html
diff --git a/platforma/templates/registration/head_login.html b/platforma/templates/registration/head_login.html
new file mode 100644
index 00000000..5eb353d0
--- /dev/null
+++ b/platforma/templates/registration/head_login.html
@@ -0,0 +1,10 @@
+{% if user.is_authenticated %}
+{{ user.username }} |
+Wyloguj
+{% else %}
+{% url login as login_url %}
+{% ifnotequal login_url request.path %}
+ Logowanie
+{% endifnotequal %}
+
+{% endif %}