Enable hotels, update prospectus

This commit is contained in:
Christopher Neugebauer 2019-06-22 04:03:33 -04:00
parent c1cd9b4a5d
commit ed8b6499dc
3 changed files with 3 additions and 3 deletions

View file

@ -30,13 +30,13 @@
</dl>
</div>
<div class="col-md-2">
<a class="btn btn-lg btn-primary" href="https://www.hotelpetaluma.com/">Book Hotel Petaluma</a>
Booking link coming soon.
</div>
</div>
<p>The only hotel in Downtown Petaluma is a recently renovated boutique hotel in a 1920s-era building. It's a short walk from North Bay Python's venue, and is close to Petaluma's best places to eat and drink.</p>
<p>Hotel Petaluma has offered all of their available rooms to North Bay Python attendees, so if you want to stay as close as possible to the venue, book through our exclusive link.</p>
<p>Hotel Petaluma has offered all of their available rooms to North Bay Python attendees, so if you want to stay as close as possible to the venue, book through our exclusive link, which will be available when registration opens.</p>
<h3>Hampton by Hilton Petaluma</h3>

View file

@ -47,7 +47,7 @@ urlpatterns = [
# 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/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")),