.
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user