Hotels
This commit is contained in:
		
							parent
							
								
									7d17ee1ef2
								
							
						
					
					
						commit
						e6a791bbd5
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -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> | ||||
| 
 | ||||
|  |  | |||
|  | @ -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"), | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Christopher Neugebauer
						Christopher Neugebauer