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 %}
@@ -57,6 +58,7 @@
{% endif %}
</span>
</span>
<pre class="pre-question" title="{{ question }}">{{ question }}</pre>
<form>
<input type="hidden" name="question" value="{{ question }}">
@@ -155,6 +157,9 @@
color: blue;
float: right;
}
.specialties {
color: green;
}
</style>
{% endblock css %}