Add submit for kaehmy forms

This commit is contained in:
Aarni
2017-10-11 19:19:44 +03:00
parent 646f40b2cc
commit 61911b8256
2 changed files with 16 additions and 1 deletions
+2
View File
@@ -20,6 +20,7 @@ from webapp.views import sosso_view
from webapp.views import contact_view
from webapp.views import kaehmy_view
from webapp.views import kaehmy_list_view
from webapp.views import kaehmy_submit
urlpatterns = [
# main
@@ -47,6 +48,7 @@ urlpatterns = [
# kaehmy
url(r'^kaehmy$', kaehmy_list_view),
url(r'^kaehmy/new', kaehmy_view),
url(r'^kaehmy/submit', kaehmy_submit),
# ohlhafv
url(r'^ohlhafv$', ohlhafv_view),