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