Fix homepage URL
This commit is contained in:
		
							parent
							
								
									4a93f8dbaa
								
							
						
					
					
						commit
						e1f6bc9ee5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -15,7 +15,7 @@ import symposion.views | |||
| 
 | ||||
| 
 | ||||
| urlpatterns = [ | ||||
|     url(r"^/$", TemplateView.as_view(template_name="static_pages/homepage.html"), name="home"), | ||||
|     url(r"^$", TemplateView.as_view(template_name="static_pages/homepage.html"), name="home"), | ||||
| 
 | ||||
|     # about | ||||
|     url(r"^about/north-bay-python/$", TemplateView.as_view(template_name="static_pages/about/north_bay_python.html"), name="about/north-bay-python"), | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Christopher Neugebauer
						Christopher Neugebauer