diff --git a/accounts/templates/registration/registration_form.html b/accounts/templates/registration/registration_form.html new file mode 100644 index 0000000..dcaf0a0 --- /dev/null +++ b/accounts/templates/registration/registration_form.html @@ -0,0 +1,35 @@ +{% extends 'base.html' %} + +{% load bootstrap3 %} + +{% block content %} + + + +
+
+
+
+ {% bootstrap_form form %} + {% csrf_token %} +
+ + Reset your password + Cancel +
+
+
+
+
+ +
+
+ You do not have an account? Please register. +
+
+ +{% endblock %}