Form and associated view for Kaehmy
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user