summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/registration/login.html')
-rw-r--r--python/templates/registration/login.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/templates/registration/login.html b/python/templates/registration/login.html
deleted file mode 100644
index 9503420..0000000
--- a/python/templates/registration/login.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends 'layout/base.html' %}
-
-{% block title %}Login{% endblock %}
-
-{% block content %}
- <h2>Login</h2>
- <form method="post">
- {% csrf_token %}
- {{ form.as_p }}
- <button type="submit">Login</button>
- </form>
-{% endblock %}