Form and associated view for Kaehmy

This commit is contained in:
Aarni
2017-10-11 18:55:20 +03:00
parent c36f227bf0
commit 074c4897a7
6 changed files with 68 additions and 3 deletions
+4
View File
@@ -18,6 +18,7 @@ from webapp.views import event_calendar_view
from webapp.views import international_view
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
urlpatterns = [
@@ -43,6 +44,9 @@ urlpatterns = [
# corporate
url(r'^jobs', jobs_view),
#kaehmy
url(r'^kaehmy$', kaehmy_view),
# ohlhafv
url(r'^ohlhafv$', ohlhafv_view),
url(r'^ohlhafv/submit', ohlhafv_submit),