From 285039078776e1a334a258edc75b0124775c62c1 Mon Sep 17 00:00:00 2001 From: Alex Mayer Date: Mon, 9 Mar 2020 20:33:25 -0400 Subject: Fix Indentation Add missing which indentation exposed. --- jthanio/templates/base.html | 77 +++++++++++++++++++-------------------- jthanio/templates/navigation.html | 4 +- jthanio/templates/search.html | 28 +++++++------- 3 files changed, 54 insertions(+), 55 deletions(-) (limited to 'jthanio') diff --git a/jthanio/templates/base.html b/jthanio/templates/base.html index 242ded6..f4a49db 100644 --- a/jthanio/templates/base.html +++ b/jthanio/templates/base.html @@ -1,49 +1,48 @@ {% load static wagtailuserbar %} - - - - {% block title %} - {% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %} - {% endblock %} - {% block title_suffix %} - {% with self.get_site.site_name as site_name %} - {% if site_name %}- {{ site_name }}{% endif %} - {% endwith %} - {% endblock %} - - - + + + + {% block title %} + {% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %} + {% endblock %} + {% block title_suffix %} + {% with self.get_site.site_name as site_name %} + {% if site_name %}- {{ site_name }}{% endif %} + {% endwith %} + {% endblock %} + + + - {# Global stylesheets #} - - + {# Global stylesheets #} + + - - {% block extra_css %} - {# Override this in templates to add extra stylesheets #} - {% endblock %} - - + {% block extra_css %} + {# Override this in templates to add extra stylesheets #} + {% endblock %} + +
- {% include "navigation.html" %} + {% include "navigation.html" %} - {% wagtailuserbar %} - {% block content %}{% endblock %} + {% wagtailuserbar %} + {% block content %}{% endblock %} - {% block extra_js %} - {# Override this in templates to add extra javascript #} - {% endblock %} -
- + {% block extra_js %} + {# Override this in templates to add extra javascript #} + {% endblock %} + + - {# Global javascript #} - - - + {# Global javascript #} + + + diff --git a/jthanio/templates/navigation.html b/jthanio/templates/navigation.html index 0b6026d..5424821 100644 --- a/jthanio/templates/navigation.html +++ b/jthanio/templates/navigation.html @@ -1,5 +1,5 @@ {% load navigation_tags %} {% block menu %} - {% get_site_root as site_root %} - {% top_menu parent=site_root calling_page=self %} + {% get_site_root as site_root %} + {% top_menu parent=site_root calling_page=self %} {% endblock %} diff --git a/jthanio/templates/search.html b/jthanio/templates/search.html index aea81d4..a906c5e 100644 --- a/jthanio/templates/search.html +++ b/jthanio/templates/search.html @@ -1,14 +1,14 @@ - -
-
Search
-
-
-
- - - - -
-
-
-
+ +
+
Search
+
+
+
+ + + + +
+
+
+
-- cgit v1.2.3