From c438ec429c0d9f2bb8b7fffd0dc97041445b97a3 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 19 May 2018 20:20:51 +0100 Subject: Jammer profiles --- templates/main/jams/profile.html | 106 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 templates/main/jams/profile.html (limited to 'templates/main') diff --git a/templates/main/jams/profile.html b/templates/main/jams/profile.html new file mode 100644 index 00000000..6cf315d0 --- /dev/null +++ b/templates/main/jams/profile.html @@ -0,0 +1,106 @@ +{% extends "main/base.html" %} +{% block title %}Code Jams | Banned{% endblock %} +{% block og_title %}Code Jams | Banned{% endblock %} + +{% block extra_head %} + + +{% endblock %} + +{% block content %} +
+
+

+ Code Jams: My Profile +

+ + {% if done %} +

+ Thanks - your data has been saved! +

+ {% else %} +

+ Please make sure you've filled this out correctly, as we do use this data when evaluating your code jam + application. +
+
+ You may come back here and edit your data at any time. +

+ {% endif %} + +
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+ +
+ +  Back + + +
+
+
+
+ + + + +{% endblock %} -- cgit v1.2.3