diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index 46177dc6..2587bdf2 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -145,7 +145,6 @@ INSTALLED_APPS = [ "symposion.speakers", "symposion.sponsorship", "symposion.teams", - "pinax.boxes", # Registrasion "registrasion", diff --git a/pinaxcon/templates/403_csrf.html b/pinaxcon/templates/403_csrf.html index 076bb204..787122cd 100644 --- a/pinaxcon/templates/403_csrf.html +++ b/pinaxcon/templates/403_csrf.html @@ -2,7 +2,6 @@ {% load staticfiles %} {% load wagtailcore_tags %} -{% load sitetree %} {% load i18n %} {% block body_class %}template-blogpage{% endblock %} diff --git a/pinaxcon/templates/404.html b/pinaxcon/templates/404.html index 6a32b141..96abfcfa 100644 --- a/pinaxcon/templates/404.html +++ b/pinaxcon/templates/404.html @@ -2,7 +2,6 @@ {% load staticfiles %} {% load wagtailcore_tags %} -{% load sitetree %} {% load i18n %} {% block body_class %}template-blogpage{% endblock %} diff --git a/pinaxcon/templates/_default_sidebar.html b/pinaxcon/templates/_default_sidebar.html index 7a4433fe..05aa729d 100644 --- a/pinaxcon/templates/_default_sidebar.html +++ b/pinaxcon/templates/_default_sidebar.html @@ -1,17 +1,19 @@ {% load sponsorship_tags %} {% load thumbnail %} -{% load pinax_boxes_tags %} {% sponsor_levels as levels %}

Sponsors