Add suggestion management for incorrect answers; implement collapsed view and HTMX support for dynamic updates
This commit is contained in:
@@ -38,6 +38,11 @@ urlpatterns = [
|
||||
views.question_suggest_incorrect_answers,
|
||||
name="question_suggest_incorrect_answers",
|
||||
),
|
||||
path(
|
||||
"question/<int:pk>/suggest_incorrect_collapsed",
|
||||
views.question_suggest_incorrect_collapsed,
|
||||
name="question_suggest_incorrect_collapsed",
|
||||
),
|
||||
|
||||
path("question/<int:pk>/answer/", views.answer_question, name="answer_question"),
|
||||
path(
|
||||
|
||||
Reference in New Issue
Block a user