This commit is contained in:
Ross
2024-10-14 16:36:45 +01:00
parent b8aa7691cd
commit aa9c109b68
+9
View File
@@ -47,6 +47,15 @@
{% else %}
Unnamed
{% endif %}
<br/>
{% if format.specialties %}
{% for spec in format.specialties.all %}
{{ spec}},
{% endfor %}
{% endif %}
</span>
<pre class="pre-question" title="{{ question }}">{{ question }}</pre>
<form>