From 3ffbc9855fa8caf63d36c1d41a3a8c1e0f6263c7 Mon Sep 17 00:00:00 2001 From: Sachi King Date: Tue, 25 Apr 2017 15:38:24 +1000 Subject: [PATCH] cleanup sym/sched/base.html --- pinaxcon/templates/_scripts.html | 0 .../templates/symposion/schedule/base.html | 31 ++++++++++--------- 2 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 pinaxcon/templates/_scripts.html diff --git a/pinaxcon/templates/_scripts.html b/pinaxcon/templates/_scripts.html deleted file mode 100644 index e69de29b..00000000 diff --git a/pinaxcon/templates/symposion/schedule/base.html b/pinaxcon/templates/symposion/schedule/base.html index 3af039cb..5a067630 100755 --- a/pinaxcon/templates/symposion/schedule/base.html +++ b/pinaxcon/templates/symposion/schedule/base.html @@ -1,31 +1,32 @@ {% extends "site_base.html" %} {% load staticfiles %} + {% block extra_style %} - - + + {% endblock %} + {% block body_base %} -
-
+
+
{% include "_messages.html" %} {% block body %} {% block content %} {% endblock %} {% endblock %} +
{% endblock %} + {% block scripts %} - - - {% include "_scripts.html" %} - - {% block extra_script %}{% endblock %} + + + + {% block extra_script %}{% endblock %} {% endblock %} {% block extra_body_base %} -{% block analytics %} - {% include "analytics.html" %} + {% block analytics %} + {% include "analytics.html" %} + {% endblock %} + {% block extra_body %}{% endblock %} {% endblock %} - {% block extra_body %}{% endblock %} -{% endblock %} - -