From aa9c109b680f96342f4d0c738ccbf68e881bdb47 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 14 Oct 2024 16:36:45 +0100 Subject: [PATCH] . --- oef/templates/oef/questions.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/oef/templates/oef/questions.html b/oef/templates/oef/questions.html index 7367ee9f..1bd2f6bf 100644 --- a/oef/templates/oef/questions.html +++ b/oef/templates/oef/questions.html @@ -47,6 +47,15 @@ {% else %} Unnamed {% endif %} +
+ {% if format.specialties %} + + {% for spec in format.specialties.all %} + {{ spec}}, + + {% endfor %} + + {% endif %}
{{ question }}