summaryrefslogtreecommitdiffstats
path: root/templates/profiles/select_profile.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/profiles/select_profile.html')
-rw-r--r--templates/profiles/select_profile.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/profiles/select_profile.html b/templates/profiles/select_profile.html
new file mode 100644
index 0000000..7e32597
--- /dev/null
+++ b/templates/profiles/select_profile.html
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+
+{% block content %}
+
+<form method="post">
+{{ form.as_p }}
+<input type="submit" />
+</form>
+
+{% if form.errors %}
+ <p class="errornote">Please correct the errors below</p>
+{% endif %}
+{% endblock %} \ No newline at end of file