From d64cd70ae413f5a936806a182e4377a887d4d782 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 11 Feb 2014 17:36:37 +0100 Subject: Apply patternfly to administration pages Signed-off-by: Petr Vobornik Reviewed-by: Simo Sorce --- templates/master-admin.html | 62 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 templates/master-admin.html (limited to 'templates/master-admin.html') diff --git a/templates/master-admin.html b/templates/master-admin.html new file mode 100644 index 0000000..e57c031 --- /dev/null +++ b/templates/master-admin.html @@ -0,0 +1,62 @@ + + + + + {{ title }} + + + + + + + + + + +
+ {% block main %} + {% endblock %} +
+ + -- cgit