From ad54fce54ba2df09b98e82966765b1662651815b Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 14 Oct 2024 16:37:17 +0100 Subject: [PATCH] . --- oef/templates/oef/questions.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oef/templates/oef/questions.html b/oef/templates/oef/questions.html index 1bd2f6bf..2d49caec 100644 --- a/oef/templates/oef/questions.html +++ b/oef/templates/oef/questions.html @@ -48,6 +48,7 @@ Unnamed {% endif %}
+ {% if format.specialties %} {% for spec in format.specialties.all %} @@ -56,6 +57,7 @@ {% endfor %} {% endif %} +
{{ question }}
@@ -155,6 +157,9 @@ color: blue; float: right; } + .specialties { + color: green; + } {% endblock css %}