.
This commit is contained in:
@@ -11,6 +11,12 @@
|
|||||||
{% for format in formats %}
|
{% for format in formats %}
|
||||||
<li>
|
<li>
|
||||||
<h5>Name: {{format}}</h5>
|
<h5>Name: {{format}}</h5>
|
||||||
|
<span class="subs">Also in (subspecialty): {% for sub in format.specialties.all %}
|
||||||
|
{{sub}},
|
||||||
|
|
||||||
|
{% endfor %}
|
||||||
|
</span>
|
||||||
|
<br/>
|
||||||
<form>
|
<form>
|
||||||
<input type="hidden" name="question" value="{{ format.format }}">
|
<input type="hidden" name="question" value="{{ format.format }}">
|
||||||
<button
|
<button
|
||||||
@@ -21,11 +27,6 @@
|
|||||||
</form>
|
</form>
|
||||||
<span class="result"></span>
|
<span class="result"></span>
|
||||||
|
|
||||||
<span class="subs">Also in (subspecialty): {% for sub in format.specialties.all %}
|
|
||||||
{{sub}},
|
|
||||||
|
|
||||||
{% endfor %}
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<pre>{{format.format}}</pre>
|
<pre>{{format.format}}</pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user