Add commenting form

This commit is contained in:
Jan Tuomi
2017-10-11 21:19:25 +03:00
parent 70ccc88c86
commit 438ae7e8f7
7 changed files with 104 additions and 12 deletions
+2
View File
@@ -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),