From 7dfa97b20d82292f45b1b955d14d2247e2bc4747 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 --- 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