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 }}