Changeset - e6a791bbd54d
[Not reviewed]
0 2 0
Christopher Neugebauer - 4 years ago 2019-08-31 01:39:47
_@chrisjrn.com
Hotels
2 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/attend/hotels.html
Show inline comments
...
 
@@ -17,7 +17,7 @@
 

	
 
<h2>Official Hotels</h2>
 

	
 
<p>We've made arrangements with three local accommodation providers to suit different budget options.</p>
 
<p>We recommend three local accommodation providers to suit different budget options.</p>
 

	
 
<h3>Hotel Petaluma</h3>
 

	
...
 
@@ -30,7 +30,7 @@
 
    </dl>
 
  </div>
 
  <div class="col-md-2">
 
    Booking link coming soon.
 
    <a href="https://www.choicehotels.com/reservations/groups/JX39I4">Book Hotel Petaluma</a>
 
  </div>
 
</div>
 

	
pinaxcon/urls.py
Show inline comments
...
 
@@ -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"),
0 comments (0 inline, 0 general)