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 5eb353d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{% if user.is_authenticated %}
-<span class="user_name">{{ user.username }}</span> | 
-<a href='{% url logout %}?next={{request.get_full_path}}'>Wyloguj</a>
-{% else %}
-{% url login as login_url %}
-{% ifnotequal login_url request.path %}
-    <a href='{{ login_url }}?next={{request.get_full_path}}'>Logowanie</a>
-{% endifnotequal %}
-
-{% endif %}