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