From 4b269fba0ca273dfa3acf44c9f5490f01e0c3d87 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 22 Sep 2017 12:23:36 -0700 Subject: Rename pharos-dashboard and pharos-validator As subdirectories of the pharos-tools repo, there is little need to keep the pharos prefix. Change-Id: Ica3d79411f409df638647300036c0664183c2725 Signed-off-by: Trevor Bramwell --- .../src/templates/booking/booking_list.html | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 pharos-dashboard/src/templates/booking/booking_list.html (limited to 'pharos-dashboard/src/templates/booking/booking_list.html') diff --git a/pharos-dashboard/src/templates/booking/booking_list.html b/pharos-dashboard/src/templates/booking/booking_list.html deleted file mode 100644 index ccdc46d..0000000 --- a/pharos-dashboard/src/templates/booking/booking_list.html +++ /dev/null @@ -1,48 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} - -{% block extrahead %} - - - - - -{% endblock extrahead %} - -{% block content %} -
-
-
- - {% include "booking/booking_table.html" %} -
-
- - - -
- -
-{% endblock content %} - -{% block extrajs %} - - - - - - - - -{% endblock extrajs %} -- cgit 1.2.3-korg