From 2df1841ca6f938aee239fce4a18088fb6e206d6d Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Sun, 2 Apr 2017 15:25:09 +0000 Subject: [PATCH] Sb admin theme --- stagestatus/templates/base.html | 29 ++++++--- stagestatus/templates/index.html | 1 - .../templates/machines/machine_list.html | 59 ++++++++++--------- stagestatus/templates/navigation.html | 16 +++++ 4 files changed, 68 insertions(+), 37 deletions(-) delete mode 100644 stagestatus/templates/index.html create mode 100644 stagestatus/templates/navigation.html diff --git a/stagestatus/templates/base.html b/stagestatus/templates/base.html index d378006..87218c2 100644 --- a/stagestatus/templates/base.html +++ b/stagestatus/templates/base.html @@ -2,12 +2,9 @@ - - - - {% block title %}stagestatus{% endblock title %} + {% block title %}Staging Server Status{% endblock title %} + + -
- - {% block content %} -

Use this document as a way to quick start any new project.

- {% endblock content %} +
+ +
+ {% block content %} +

Use this document as a way to quick start any new project.

+ {% endblock content %} +
diff --git a/stagestatus/templates/index.html b/stagestatus/templates/index.html deleted file mode 100644 index e965047..0000000 --- a/stagestatus/templates/index.html +++ /dev/null @@ -1 +0,0 @@ -Hello diff --git a/stagestatus/templates/machines/machine_list.html b/stagestatus/templates/machines/machine_list.html index 2246fac..660ad1f 100644 --- a/stagestatus/templates/machines/machine_list.html +++ b/stagestatus/templates/machines/machine_list.html @@ -1,29 +1,34 @@ - - - - Staging Machines - - - - - - + +{% endblock %} diff --git a/stagestatus/templates/navigation.html b/stagestatus/templates/navigation.html new file mode 100644 index 0000000..985bbaa --- /dev/null +++ b/stagestatus/templates/navigation.html @@ -0,0 +1,16 @@ + +