From aedfe80b0b44229f8c7311c3c48345532fe7cd08 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Wed, 4 Jul 2018 13:01:56 -0700 Subject: [PATCH 1/2] Switch accessibility back on --- pinaxcon/urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pinaxcon/urls.py b/pinaxcon/urls.py index 6c6e580..bd3b979 100644 --- a/pinaxcon/urls.py +++ b/pinaxcon/urls.py @@ -42,8 +42,8 @@ urlpatterns = [ url(r"^attend/travel$", TemplateView.as_view(template_name="static_pages/attend/travel.html"), name="attend/travel"), # url(r"^attend/hotels$", TemplateView.as_view(template_name="static_pages/attend/hotels.html"), name="attend/hotels"), # url(r"^attend/tshirt$", TemplateView.as_view(template_name="static_pages/attend/tshirt.html"), name="attend/tshirt"), -# url(r"^attend/accessibility-and-accommodations$",TemplateView.as_view(template_name="static_pages/attend/accommodations.html"), name="attend/accessibility-and-accommodations"), -# url(r"^accessibility$", RedirectView.as_view(url="attend/accessibility-and-accommodations")), + url(r"^attend/accessibility-and-accommodations$",TemplateView.as_view(template_name="static_pages/attend/accommodations.html"), name="attend/accessibility-and-accommodations"), + url(r"^accessibility$", RedirectView.as_view(url="attend/accessibility-and-accommodations")), # url(r"^guides$",TemplateView.as_view(template_name="static_pages/attend/guides.html"), name="attend/guides"), # url(r"^guide$", RedirectView.as_view(url="guides")), From 4af793fc40d14d291e6a9e02964d6256fa92ae40 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Wed, 4 Jul 2018 13:15:23 -0700 Subject: [PATCH 2/2] Fewer 2017s --- pinaxcon/templates/site_base.html | 6 +++--- pinaxcon/templates/symposion/sponsorship/list.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index 7221a58..fd212db 100644 --- a/pinaxcon/templates/site_base.html +++ b/pinaxcon/templates/site_base.html @@ -18,9 +18,9 @@ - - - + + + {% endblock %} {% endblock %} diff --git a/pinaxcon/templates/symposion/sponsorship/list.html b/pinaxcon/templates/symposion/sponsorship/list.html index 1076124..c6a077f 100644 --- a/pinaxcon/templates/symposion/sponsorship/list.html +++ b/pinaxcon/templates/symposion/sponsorship/list.html @@ -1,5 +1,5 @@ {% extends "symposion/sponsorship/list_.html" %} {% block lede %} - We're grateful to the following organizations, who've made a substantial contribution to North Bay Python 2017. Learn how you can join us on the Become a Sponsor page. + We're grateful to the following organizations, who've made a substantial contribution to North Bay Python 2018. Learn how you can join us on the Become a Sponsor page. {% endblock %}