integrate contact - begin to integrate form
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								d3529da567
							
						
					
				
			
			
				commit
				
					
						5fe7987b8a
					
				
			
		
					 5 changed files with 305 additions and 1 deletions
				
			
		|  | @ -4,6 +4,8 @@ from . import views | |||
| 
 | ||||
| urlpatterns = [ | ||||
|     url(r'^$', views.index, name='index'), | ||||
|     url(r'about$', views.about, name='about'), | ||||
|     url(r'contact$', views.contact, name='contact'), | ||||
|     url(r'send_message', views.send_message, name='send_message'), | ||||
|     url(r'^(?P<message_id>[0-9]+)/$', views.detail, name='detail'), | ||||
| ] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue