mirror of
https://github.com/ae-utbm/sith.git
synced 2026-09-07 13:04:33 +00:00
Use partials everywhere
This commit is contained in:
@@ -26,7 +26,6 @@ from django.urls import path
|
||||
from pedagogy.views import (
|
||||
UECommentCreateView,
|
||||
UECommentDeleteView,
|
||||
UECommentDetailView,
|
||||
UECommentReportCreateView,
|
||||
UECommentUpdateView,
|
||||
UECreateView,
|
||||
@@ -46,11 +45,6 @@ urlpatterns = [
|
||||
UECommentCreateView.as_view(),
|
||||
name="comment_create",
|
||||
),
|
||||
path(
|
||||
"comment/<int:comment_id>/",
|
||||
UECommentDetailView.as_view(),
|
||||
name="comment_detail",
|
||||
),
|
||||
path(
|
||||
"comment/<int:comment_id>/edit/",
|
||||
UECommentUpdateView.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user