From 867fcfbdcd382e417a60aae2f809d184a2529aed Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 20 Apr 2019 14:46:24 +0100 Subject: base.html: Load tags on multiple lines --- pydis_site/templates/base/base.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pydis_site') diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html index 99e00fe4..d7e764a2 100644 --- a/pydis_site/templates/base/base.html +++ b/pydis_site/templates/base/base.html @@ -1,5 +1,7 @@ {# Base template, with a few basic style definitions. #} -{% load django_simple_bulma sekizai_tags static %} +{% load django_simple_bulma %} +{% load sekizai_tags %} +{% load static %} @@ -33,7 +35,9 @@ {% endblock %} -{% include "base/footer.html" %} +{% block site_footer %} + {% include "base/footer.html" %} +{% endblock %} {% render_block "js" %} -- cgit v1.2.3