adds donate redirect
This commit is contained in:
		
							parent
							
								
									557152cd77
								
							
						
					
					
						commit
						30e3dba5a4
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -22,6 +22,7 @@ urlpatterns = [ | |||
|     url(r"^about/team$", TemplateView.as_view(template_name="static_pages/about/team.html"), name="about/team"), | ||||
|     url(r"^about/colophon$", TemplateView.as_view(template_name="static_pages/about/colophon.html"), name="about/colophon"), | ||||
|     url(r"^about/donate$", TemplateView.as_view(template_name="static_pages/about/donate.html"), name="about/donate"), | ||||
|     url(r"^donate$", RedirectView.as_view(url="about/donate")), | ||||
| 
 | ||||
|     # program | ||||
|     # TODO add /program/sessions | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Christopher Neugebauer
						Christopher Neugebauer