Fix kaehmy urls
This commit is contained in:
+3
-5
@@ -44,14 +44,12 @@ urlpatterns = [
|
||||
# corporate
|
||||
url(r'^jobs', jobs_view),
|
||||
|
||||
#kaehmy
|
||||
url(r'^kaehmy$', kaehmy_view),
|
||||
# kaehmy
|
||||
url(r'^kaehmy$', kaehmy_list_view),
|
||||
url(r'^kaehmy/new', kaehmy_view),
|
||||
|
||||
# ohlhafv
|
||||
url(r'^ohlhafv$', ohlhafv_view),
|
||||
url(r'^ohlhafv/submit', ohlhafv_submit),
|
||||
url(r'^ohlhafv/list', ohlhafv_list),
|
||||
|
||||
# kaehmy
|
||||
url(r'^kaehmy', kaehmy_list_view),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user