From 48c28651b85c8a7d47679bba3d87d789f736ca94 Mon Sep 17 00:00:00 2001 From: Sachi King Date: Sun, 5 Mar 2017 22:40:39 +1100 Subject: [PATCH] Remove boxes Boxes takes content directly from the DB and drops it into the django templates. This is rather ugly and goes against keeping as much as we can in static locations. As such, this is being dropped. --- pinaxcon/settings.py | 1 - pinaxcon/templates/403_csrf.html | 1 - pinaxcon/templates/404.html | 1 - pinaxcon/templates/_default_sidebar.html | 8 +++-- pinaxcon/templates/pinax/boxes/_box.html | 1 - pinaxcon/templates/pinax/boxes/_box_body.html | 33 ------------------- .../templates/pyconau2017/content_page.html | 1 - .../symposion/conference/user_list.html | 1 - .../symposion/proposals/proposal_submit.html | 1 - .../templates/symposion/reviews/base.html | 1 - .../schedule/schedule_conference.html | 3 -- .../symposion/schedule/schedule_detail.html | 1 - .../symposion/speakers/speaker_create.html | 1 - .../symposion/speakers/speaker_edit.html | 1 - .../templates/symposion/sponsorship/add.html | 1 - .../symposion/sponsorship/apply.html | 8 +++-- pinaxcon/urls.py | 2 -- requirements.txt | 2 -- 18 files changed, 11 insertions(+), 57 deletions(-) delete mode 100644 pinaxcon/templates/pinax/boxes/_box.html delete mode 100644 pinaxcon/templates/pinax/boxes/_box_body.html 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