This commit is contained in:
Ross
2024-10-14 16:37:17 +01:00
parent aa9c109b68
commit ad54fce54b
+5
View File
@@ -48,6 +48,7 @@
Unnamed
{% endif %}
<br/>
<span class="specialties">
{% if format.specialties %}
{% for spec in format.specialties.all %}
@@ -56,6 +57,7 @@
{% endfor %}
{% endif %}
</span>
</span>
<pre class="pre-question" title="{{ question }}">{{ question }}</pre>
<form>
@@ -155,6 +157,9 @@
color: blue;
float: right;
}
.specialties {
color: green;
}
</style>
{% endblock css %}