begin form creation
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
5d1b26d4f7
commit
7f7e5be1c6
3 changed files with 32 additions and 2 deletions
|
|
@ -4,4 +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'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue