Simpler deployment.
[redakcja.git] / platforma / templates / registration / head_login.html
diff --git a/platforma/templates/registration/head_login.html b/platforma/templates/registration/head_login.html
deleted file mode 100644 (file)
index f051213..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{% load i18n %}
-
-{% if user.is_authenticated %}
-<span class="user_name">{{ user.username }}</span> |
-<a href='{% url logout %}'>{% trans "Log Out" %}</a>
-{% else %}
-{% url login as login_url %}
-{% ifnotequal login_url request.path %}
-    <a href='{{ login_url }}'>{% trans "Log In" %}</a>
-{% endifnotequal %}
-{% endif %}