diff --git a/pinaxcon/templates/403_csrf.html b/pinaxcon/templates/403_csrf.html index 78213797..5a5a8968 100644 --- a/pinaxcon/templates/403_csrf.html +++ b/pinaxcon/templates/403_csrf.html @@ -1,4 +1,4 @@ -{% extends "site_base_wagtail.html" %} +{% extends "site_base.html" %} {% load staticfiles %} {% load i18n %} diff --git a/pinaxcon/templates/404.html b/pinaxcon/templates/404.html index ce65149c..f5f87b7b 100644 --- a/pinaxcon/templates/404.html +++ b/pinaxcon/templates/404.html @@ -1,4 +1,4 @@ -{% extends "site_base_wagtail.html" %} +{% extends "site_base.html" %} {% load staticfiles %} {% load i18n %} diff --git a/pinaxcon/templates/lca2017/content_page.html b/pinaxcon/templates/lca2017/content_page.html index 8df841b1..8975c0be 100644 --- a/pinaxcon/templates/lca2017/content_page.html +++ b/pinaxcon/templates/lca2017/content_page.html @@ -1,4 +1,4 @@ -{% extends "site_base_wagtail.html" %} +{% extends "site_base.html" %} {% load staticfiles %} {% load pyconau2017_tags %} diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index 25ee1e89..1d706b45 100755 --- a/pinaxcon/templates/site_base.html +++ b/pinaxcon/templates/site_base.html @@ -3,6 +3,7 @@ {% load metron_tags %} {% load i18n %} {% load sitetree %} +{% load staticfiles %} @@ -15,11 +16,12 @@ {% block styles %} - + + {% block extra_style %}{% endblock %} {% endblock %} {% block extra_head_base %} @@ -28,13 +30,8 @@