Add submit for kaehmy forms
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user