MAX_UPLOAD_SIZE = 20 * 1024 * 1024
-OLIMPIADA_START = (2017, 11, 13, 10)
+OLIMPIADA_START = (2017, 11, 23, 10)
OLIMPIADA_END = (2017, 11, 23, 11)
{% for option in exercise.options %}
<li class="question-piece" data-name="{{option.id}}">
<input type="checkbox" name="e{{no}}_{{option.id}}" id="e{{no}}_{{option.id}}"{% if option.id|stringformat:"s" in exercise.saved_answer.closed_part %} checked="checked"{% endif %}>
- <label for="e{{no}}_{{option.id}}">{{option.text}}</label>
+ <label for="e{{no}}_{{option.id}}">{{option.text|safe}}</label>
</li>
{% endfor %}
</ol>