diff --git a/pinaxcon/urls.py b/pinaxcon/urls.py index e549ec53b4f8d2c6dd504e3b50afeadfdf9ce359..dc45c656f25a0efbd989df570348794f1342b0e6 100644 --- a/pinaxcon/urls.py +++ b/pinaxcon/urls.py @@ -42,6 +42,8 @@ urlpatterns = [ url(r"^coc$", RedirectView.as_view(url="code-of-conduct")), # url(r"^code-of-conduct/harassment-incidents$", TemplateView.as_view(template_name="static_pages/code_of_conduct/harassment_procedure_attendee.html"), name="code-of-conduct/harassment-incidents"), # url(r"^code-of-conduct/harassment-staff-procedures$", TemplateView.as_view(template_name="static_pages/code_of_conduct/harassment_procedure_staff.html"), name="code-of-conduct/harassment-staff-procedures"), + url(r"^terms-and-conditions$", TemplateView.as_view(template_name="static_pages/terms_and_conditions.html"), name="terms-and-conditions"), + url(r"^terms$", RedirectView.as_view(url="terms-and-conditions")), # sponsor url(r"^sponsors/prospectus$", RedirectView.as_view(url=_static("assets/2019_CopyleftConf_prospectus.pdf")), name="sponsors/prospectus"),