Add commenting form
This commit is contained in:
@@ -21,6 +21,7 @@ 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
|
||||
from webapp.views import kaehmy_comment
|
||||
|
||||
urlpatterns = [
|
||||
# main
|
||||
@@ -49,6 +50,7 @@ urlpatterns = [
|
||||
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),
|
||||
|
||||
# ohlhafv
|
||||
url(r'^ohlhafv$', ohlhafv_view),
|
||||
|
||||
Reference in New Issue
Block a user