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/booking/booking_form.html | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 pharos-dashboard/templates/booking/booking_form.html (limited to 'pharos-dashboard/templates/booking') 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 -- cgit 1.2.3-korg