From f4e8248d126921603280dffab0e907366391bb72 Mon Sep 17 00:00:00 2001 From: maxbr Date: Mon, 22 Aug 2016 18:59:47 +0200 Subject: Create Jira issue for new booking JIRA: RELENG-12 The issue is assigned to the lab owner and to the POD Access Request Component. The pgp and ssh keys are uploaded to jira as an attachement. Signed-off-by: maxbr --- .../templates/account/userprofile_update_form.html | 4 +- .../templates/booking/booking_form.html | 21 --------- pharos-dashboard/templates/registration/login.html | 51 ---------------------- .../templates/registration/registration_form.html | 30 ------------- 4 files changed, 2 insertions(+), 104 deletions(-) delete mode 100644 pharos-dashboard/templates/booking/booking_form.html delete mode 100644 pharos-dashboard/templates/registration/login.html delete mode 100644 pharos-dashboard/templates/registration/registration_form.html (limited to 'pharos-dashboard/templates') diff --git a/pharos-dashboard/templates/account/userprofile_update_form.html b/pharos-dashboard/templates/account/userprofile_update_form.html index 0a921d5..542ea81 100644 --- a/pharos-dashboard/templates/account/userprofile_update_form.html +++ b/pharos-dashboard/templates/account/userprofile_update_form.html @@ -13,12 +13,12 @@
-
+ {% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
diff --git a/pharos-dashboard/templates/booking/booking_form.html b/pharos-dashboard/templates/booking/booking_form.html deleted file mode 100644 index f13c4b4..0000000 --- a/pharos-dashboard/templates/booking/booking_form.html +++ /dev/null @@ -1,21 +0,0 @@ -{% load bootstrap3 %} - - -{% bootstrap_form_errors form type='non_fields' %} -
- {% csrf_token %} - -
- {% bootstrap_field form.start addon_after='' %} -
-
- {% bootstrap_field form.end addon_after='' %} -
- {% bootstrap_field form.purpose %} - - {% buttons %} - - {% endbuttons %} -
\ No newline at end of file diff --git a/pharos-dashboard/templates/registration/login.html b/pharos-dashboard/templates/registration/login.html deleted file mode 100644 index 45b9d45..0000000 --- a/pharos-dashboard/templates/registration/login.html +++ /dev/null @@ -1,51 +0,0 @@ -{% extends "layout.html" %} -{% load bootstrap3 %} - -{% block basecontent %} -
-
-
- {% if next %} -
- - {% if user.is_authenticated %} - Your account doesn't have access to this page. To proceed, - please login with an account that has access. - {% else %} - Please login to see this page. - {% endif %} -
- {% endif %} -
-
-
-
- -
-
-
- - {# Assumes you setup the password_reset view in your URLconf #} - {#

Lost password?

#} -{% endblock basecontent %} diff --git a/pharos-dashboard/templates/registration/registration_form.html b/pharos-dashboard/templates/registration/registration_form.html deleted file mode 100644 index 0a921d5..0000000 --- a/pharos-dashboard/templates/registration/registration_form.html +++ /dev/null @@ -1,30 +0,0 @@ -{% extends "layout.html" %} -{% load bootstrap3 %} - -{% block basecontent %} -
-
-
- {% bootstrap_messages %} - -
-
-
-{% endblock basecontent %} -- cgit 1.2.3-korg