From c3d6c25e52e37d772286f293f94a5dd7e1059529 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Wed, 27 Jan 2016 17:14:23 +0100 Subject: redoing UI and finishing up sidebar --- src/web/templates/home2.html | 1 + src/web/templates/layout.html | 1 - src/web/templates/layout.html.orig | 149 ------------------------------------- 3 files changed, 1 insertion(+), 150 deletions(-) delete mode 100644 src/web/templates/layout.html.orig (limited to 'src/web/templates') diff --git a/src/web/templates/home2.html b/src/web/templates/home2.html index 673d9041..36dd8f19 100644 --- a/src/web/templates/home2.html +++ b/src/web/templates/home2.html @@ -12,6 +12,7 @@ + {% endblock %} diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 4b9f1a4c..ac943d54 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -12,7 +12,6 @@ - {% endblock %} diff --git a/src/web/templates/layout.html.orig b/src/web/templates/layout.html.orig deleted file mode 100644 index 1abb0b68..00000000 --- a/src/web/templates/layout.html.orig +++ /dev/null @@ -1,149 +0,0 @@ - - - - {% block head %} - - - - - JARR{% if head_titles %} - {{ ' - '.join(head_titles) }}{% endif %} - - - - - - - {% endblock %} - - - -
- -
- {% block messages %} - {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} - {% for category, message in messages %} -
- - {{ message }} -
- {% endfor %} - {% endif %} - {% endwith %} - {% endblock %} -
- - {% block content %}{% endblock %} - - - - - - - - -- cgit