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 Unnamed
{% endif %} {% endif %}
<br/> <br/>
<span class="specialties">
{% if format.specialties %} {% if format.specialties %}
{% for spec in format.specialties.all %} {% for spec in format.specialties.all %}
@@ -56,6 +57,7 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
</span>
</span> </span>
<pre class="pre-question" title="{{ question }}">{{ question }}</pre> <pre class="pre-question" title="{{ question }}">{{ question }}</pre>
<form> <form>
@@ -155,6 +157,9 @@
color: blue; color: blue;
float: right; float: right;
} }
.specialties {
color: green;
}
</style> </style>
{% endblock css %} {% endblock css %}