.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user