pedagogy: full test suite for UVComment

This commit is contained in:
2019-06-16 20:05:53 +02:00
parent c467165bf3
commit 5ccb499665
3 changed files with 92 additions and 2 deletions

View File

@ -33,7 +33,7 @@ urlpatterns = [
url(
r"^comment/(?P<comment_id>[0-9]+)/edit$",
UVCommentUpdateView.as_view(),
name="comment_edit",
name="comment_update",
),
url(
r"^comment/(?P<comment_id>[0-9]+)/delete$",