diff --git a/pinaxcon/templates/static_pages/attend/hotels.html b/pinaxcon/templates/static_pages/attend/hotels.html index f883b93d812d851f6cc2709b6f60ae3113dad87f..30c9e61ac1a65e455c811c338fea71b0f0a0bc43 100644 --- a/pinaxcon/templates/static_pages/attend/hotels.html +++ b/pinaxcon/templates/static_pages/attend/hotels.html @@ -17,7 +17,7 @@

Official Hotels

-

We've made arrangements with three local accommodation providers to suit different budget options.

+

We recommend three local accommodation providers to suit different budget options.

Hotel Petaluma

@@ -30,7 +30,7 @@
- Booking link coming soon. + Book Hotel Petaluma
diff --git a/pinaxcon/urls.py b/pinaxcon/urls.py index c7cc121f13a99bc8f9e8242543d67e69d637c248..7ce1a06841414eb23a40732c9fad7ece51c083cb 100644 --- a/pinaxcon/urls.py +++ b/pinaxcon/urls.py @@ -45,8 +45,8 @@ urlpatterns = [ url(r"^attend/finaid/$", RedirectView.as_view(url="/opportunity-grant")), url(r"^attend/financial-aid/$", RedirectView.as_view(url="/opportunity-grant")), - # url(r"^attend/stay/$", TemplateView.as_view(template_name="static_pages/attend/travel.html"), name="attend/travel"), - # url(r"^attend/travel/$", TemplateView.as_view(template_name="static_pages/attend/travel.html"), name="attend/travel"), + url(r"^attend/stay/$", TemplateView.as_view(template_name="static_pages/attend/travel.html"), name="attend/travel"), + 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"),