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