.
This commit is contained in:
@@ -47,6 +47,15 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
Unnamed
|
Unnamed
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<br/>
|
||||||
|
{% if format.specialties %}
|
||||||
|
|
||||||
|
{% for spec in format.specialties.all %}
|
||||||
|
{{ spec}},
|
||||||
|
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
<pre class="pre-question" title="{{ question }}">{{ question }}</pre>
|
<pre class="pre-question" title="{{ question }}">{{ question }}</pre>
|
||||||
<form>
|
<form>
|
||||||
|
|||||||
Reference in New Issue
Block a user