add detail view
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								7f7e5be1c6
							
						
					
				
			
			
				commit
				
					
						9350814f57
					
				
			
		
					 4 changed files with 25 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -4,6 +4,6 @@ from . import views
 | 
			
		|||
 | 
			
		||||
urlpatterns = [
 | 
			
		||||
    url(r'^$', views.index, name='index'),
 | 
			
		||||
    url(r'/send_message', views.send_message, name='send_message'),
 | 
			
		||||
#    url(r'^(?P<message_id>[0-9]+)/$', views.detail, name='detail'),
 | 
			
		||||
    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