Changeset - ef8c9f9c5106
[Not reviewed]
0 1 0
Josh Simmons - 5 years ago 2019-06-09 00:43:00
joshuasimmons@google.com
add some new url aliases
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/urls.py
Show inline comments
...
 
@@ -46,2 +46,4 @@ urlpatterns = [
 
    url(r"^accessibility$", RedirectView.as_view(url="attend/accessibility-and-accommodations")),
 
    url(r"^accommodations$", RedirectView.as_view(url="attend/accessibility-and-accommodations")),
 
    url(r"^a11y$", RedirectView.as_view(url="attend/accessibility-and-accommodations")),
 
    url(r"^guides$",TemplateView.as_view(template_name="static_pages/attend/guides.html"), name="attend/guides"),
...
 
@@ -59,2 +61,3 @@ urlpatterns = [
 
    url(r"^attend/food$", TemplateView.as_view(template_name="static_pages/attend/food.html"), name="attend/food"),
 
    url(r"^food-guide$", RedirectView.as_view(url="attend/food")),
 
    url(r"^food$", RedirectView.as_view(url="attend/food")),
0 comments (0 inline, 0 general)