begin form creation

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-05-02 17:42:04 +02:00
commit 7f7e5be1c6
3 changed files with 32 additions and 2 deletions

View file

@ -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'),
]