File diff 1826cfec6195 → d5ed80882ed7
pinaxcon/urls.py
Show inline comments
...
 
@@ -15,6 +15,7 @@ DONATE_REDIRECT = RedirectView.as_view(url='https://sfconservancy.org/donate/')
 

	
 
urlpatterns = [
 
    url(r"^$", TemplateView.as_view(template_name="static_pages/homepage.html"), name="home"),
 
    url(r"^livestream$", TemplateView.as_view(template_name="static_pages/livestream/index.html"), name="livestream"),
 

	
 
    # about
 
    url(r"^about$", TemplateView.as_view(template_name="static_pages/about.html"), name="about"),