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 ++++++++++++++++++++++++++++++++++ templates/staff/jams/edit_basics.html | 1 - 2 files changed, 106 insertions(+), 1 deletion(-) create mode 100644 templates/main/jams/profile.html (limited to 'templates') 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 %} diff --git a/templates/staff/jams/edit_basics.html b/templates/staff/jams/edit_basics.html index 59d69b77..e9bc69e1 100644 --- a/templates/staff/jams/edit_basics.html +++ b/templates/staff/jams/edit_basics.html @@ -66,7 +66,6 @@ -