Zmiana nazwy project -> platforma.
[redakcja.git] / project / templates / registration / head_login.html
diff --git a/project/templates/registration/head_login.html b/project/templates/registration/head_login.html
deleted file mode 100644 (file)
index d6df7fe..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-{% if user.is_authenticated %}
-<span class="user_name">{{ user.get_full_name }}</span> | 
-<a href='{% url django.contrib.auth.views.logout %}?next_page={{request.get_full_path}}'>Wyloguj</a>
-{% else %}
-<a href='{% url django.contrib.auth.views.login %}?next_page={{request.get_full_path}}'>Logowanie</a>
-{% endif %}