X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ee1de93724dbf4f81bf61742bd9798487bd5e3d0..3517c7fa3ec165a2650799a8d821d21116789c3b:/project/templates/registration/head_login.html?ds=inline
diff --git a/project/templates/registration/head_login.html b/project/templates/registration/head_login.html
new file mode 100644
index 00000000..d6df7fe7
--- /dev/null
+++ b/project/templates/registration/head_login.html
@@ -0,0 +1,6 @@
+{% if user.is_authenticated %}
+{{ user.get_full_name }} |
+Wyloguj
+{% else %}
+Logowanie
+{% endif %}