-
- You are logged in as {{ user.username }}
-
- {% if other_users %}
-
-
Other users you have permission to see
-
- {% for user in other_users %}
- - {{ user.mail }}
- {% endfor %}
-
-
- {% endif %}
-
-{% endblock %}
-
diff --git a/templates/login.html b/templates/login.html
deleted file mode 100644
index 11ae59a..0000000
--- a/templates/login.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{% extends 'base.html' %}
-{% block main %}
-