From 5669ecb3f9a7d3c16fbd4bd00b7b448fbb275181 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 23 Feb 2015 16:08:21 +0530 Subject: specified date format and redirected --- tbc/templates/tbc/update-profile.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tbc/templates/tbc/update-profile.html (limited to 'tbc/templates') diff --git a/tbc/templates/tbc/update-profile.html b/tbc/templates/tbc/update-profile.html new file mode 100644 index 0000000..d1731bb --- /dev/null +++ b/tbc/templates/tbc/update-profile.html @@ -0,0 +1,31 @@ +{% extends 'base.html' %} +{% block content %} +{% if profile %} +
+
+ × +

Please update your profile first and then proceed.

+
+
+
+{% endif %} +
+

Update Your Profile

+
+
+ {% csrf_token %} + {{ form.as_p }} + {{ form.errors }} +
+ +
+
+{% endblock %} + +{% block script %} + +{% endblock %} -- cgit