diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index c4d52db98e7ea4715589c9cf3c4b0cbff495afbe..3297aa2b1f39c8c6e3f85fd7d7ddd49ba43bf194 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -127,7 +127,6 @@ INSTALLED_APPS = [ "symposion.reviews", "symposion.schedule", "symposion.speakers", - "symposion.sponsorship", "symposion.teams", # Registrasion diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index 0623d3490e7f9c076c540215bfd47c8cdb2b6e4c..64007a97c8c3d7e653daef3294f724a5c4bbe4e8 100755 --- a/pinaxcon/templates/site_base.html +++ b/pinaxcon/templates/site_base.html @@ -75,12 +75,6 @@ {% block content %} {% endblock %} -
-
-

Sponsors

- {% include "symposion/sponsorship/_vertical_by_level.html" %} -
-
{% endblock %} diff --git a/pinaxcon/urls.py b/pinaxcon/urls.py index 4dea23d000701127ceca61b9e883607a9a59c0e9..5da21feea4de89fa145188d2d789d088d2926cf8 100644 --- a/pinaxcon/urls.py +++ b/pinaxcon/urls.py @@ -16,7 +16,6 @@ urlpatterns = [ url(r"^speaker/", include("symposion.speakers.urls")), url(r"^proposals/", include("symposion.proposals.urls")), - url(r"^sponsors/", include("symposion.sponsorship.urls")), url(r"^reviews/", include("symposion.reviews.urls")), url(r"^schedule/", include("symposion.schedule.urls")),