From 149b95a7e40b92ab44e2a32dd646dfc335bcc969 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 2 Sep 2025 21:38:21 +0100 Subject: [PATCH] Fix URL for viewing question details by adjusting index in mark_answer.html --- shorts/templates/shorts/mark_answer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shorts/templates/shorts/mark_answer.html b/shorts/templates/shorts/mark_answer.html index 4c68ac7d..dbbbc3c9 100644 --- a/shorts/templates/shorts/mark_answer.html +++ b/shorts/templates/shorts/mark_answer.html @@ -2,7 +2,7 @@ {% load crispy_forms_tags %} {% block content %} - View + View Edit {% if request.user.is_superuser %} Admin