Changeset - ed8b6499dc8c
[Not reviewed]
0 3 0
Christopher Neugebauer - 5 years ago 2019-06-22 08:03:33
_@chrisjrn.com
Enable hotels, update prospectus
2 files changed:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/attend/hotels.html
Show inline comments
...
 
@@ -32,3 +32,3 @@
 
  <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>
...
 
@@ -38,3 +38,3 @@
 

	
 
<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>
 

	
pinaxcon/urls.py
Show inline comments
...
 
@@ -49,3 +49,3 @@ urlpatterns = [
 
    # 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"),

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)