From 33b6d0d935e99fa63d9dd34023927afcc3aef98f Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 20 Oct 2025 16:18:33 +0100 Subject: [PATCH] Add title display to question detail view --- sbas/templates/sbas/question_detail.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sbas/templates/sbas/question_detail.html b/sbas/templates/sbas/question_detail.html index 189f1b1d..b3a6e582 100644 --- a/sbas/templates/sbas/question_detail.html +++ b/sbas/templates/sbas/question_detail.html @@ -11,6 +11,9 @@
Created: {{ question.created_date|date:"d/m/Y"}}
+
+

Title: {{ question.title|default:"(No title set)" }}

+
{% autoescape off %} {{question.stem}}