Fix webapp URL to support /-ending
This commit is contained in:
+2
-2
@@ -48,14 +48,14 @@ urlpatterns = [
|
||||
url(r'^jobs', jobs_view),
|
||||
|
||||
# kaehmy
|
||||
url(r'^kaehmy$', kaehmy_list_view),
|
||||
url(r'^kaehmy/new', kaehmy_view),
|
||||
url(r'^kaehmy/submit', kaehmy_submit),
|
||||
url(r'^kaehmy/add_comment', kaehmy_comment),
|
||||
url(r'^kaehmy/statistics', kaehmy_statistics_view),
|
||||
url(r'^kaehmy', kaehmy_list_view),
|
||||
|
||||
# ohlhafv
|
||||
url(r'^ohlhafv$', ohlhafv_view),
|
||||
url(r'^ohlhafv/submit', ohlhafv_submit),
|
||||
url(r'^ohlhafv/list', ohlhafv_list),
|
||||
url(r'^ohlhafv', ohlhafv_view),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user