make the form work

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-05-02 22:42:08 +02:00
commit 1bd69c8b83
3 changed files with 20 additions and 30 deletions

View file

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