From aedfe80b0b44229f8c7311c3c48345532fe7cd08 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer <chrisjrn@gmail.com> 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 <chrisjrn@gmail.com> 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 @@ <meta property="og:site_name" content="North Bay Python"> <meta property="og:image" content="http://{{ request.META.HTTP_HOST }}{% static "images/square_icon.png" %}"> <meta property="og:url" content="{{ request.build_absolute_uri }}"> - <meta property="og:description" content="North Bay Python, a community-organized conference, comes to Petaluma, California on December 2 and 3, 2017."> - <meta property="twitter:description" content="North Bay Python, a community-organized conference, comes to Petaluma, California on December 2 and 3, 2017."> - <meta name="description" content="North Bay Python, a community-organized conference, comes to Petaluma, California on December 2 and 3, 2017."> + <meta property="og:description" content="North Bay Python, a community-organized conference, returns to Petaluma, California on November 3 and 4, 2018."> + <meta property="twitter:description" content="North Bay Python, a community-organized conference, returns to Petaluma, California on November 3 and 4, 2018."> + <meta name="description" content="North Bay Python, a community-organized conference, returns to Petaluma, California on November 3 and 4, 2018."> <meta name="google-site-verification" content="sTU0G4IghY_jV9iPgCVD1WZuk4C_MSWY2QzxQUjDcC4"> {% 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 <a href="/sponsors/become-a-sponsor" title="Become a North Bay Python Sponsor">Become a Sponsor</a> 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 <a href="/sponsors/become-a-sponsor" title="Become a North Bay Python Sponsor">Become a Sponsor</a> page. {% endblock %}