From 3b5ef3b0a88247eeafeee878de528aad71f9fd4b Mon Sep 17 00:00:00 2001 From: maxbr Date: Fri, 19 Aug 2016 17:10:31 +0200 Subject: Split the dashboard into different apps, add tests JIRA: RELENG-12 Signed-off-by: maxbr --- .../pharos-dashboard/templates/dashboard/base.html | 93 ---------------------- 1 file changed, 93 deletions(-) delete mode 100644 tools/pharos-dashboard/templates/dashboard/base.html (limited to 'tools/pharos-dashboard/templates/dashboard/base.html') diff --git a/tools/pharos-dashboard/templates/dashboard/base.html b/tools/pharos-dashboard/templates/dashboard/base.html deleted file mode 100644 index 544bf0b3..00000000 --- a/tools/pharos-dashboard/templates/dashboard/base.html +++ /dev/null @@ -1,93 +0,0 @@ -{% extends "layout/base.html" %} -{% load bootstrap3 %} - -{% block basecontent %} -
- - - - -
-
-
-

{{ title }}

-
- -
- - {% bootstrap_messages %} - - {% block content %} - - {% endblock content %} -
- -
- -{% endblock basecontent %} \ No newline at end of file -- cgit 1.2.3-korg