aboutsummaryrefslogtreecommitdiff
path: root/djangopypi/templates/registration/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangopypi/templates/registration/login.html')
-rw-r--r--djangopypi/templates/registration/login.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/djangopypi/templates/registration/login.html b/djangopypi/templates/registration/login.html
new file mode 100644
index 0000000..6c7f799
--- /dev/null
+++ b/djangopypi/templates/registration/login.html
@@ -0,0 +1,8 @@
1{% extends "base_site.html" %}
2
3{% block content %}
4<form method="post" action="">
5 {{form.as_p}}
6 <input type="submit" value="Login">
7</form>
8{% endblock %}