mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
pedagogy: full test suite for UVComment
This commit is contained in:
@ -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$",
|
||||
|
Reference in New Issue
Block a user