update contest_problem.html

This commit is contained in:
esp 2015-09-05 16:03:55 +08:00
parent 321d212fda
commit 59fd241053

View File

@ -48,13 +48,6 @@
{{ item.output }}</pre> {{ item.output }}</pre>
</div> </div>
{% endfor %} {% endfor %}
{% if problem.hint %}
<div class="problem-section hide">
<label class="problem-label">提示</label>
<p class="problem-detail">{{ contest_problem.hint|safe }}</p>
</div>
{% endif %}
{% if contest_problem.hint %} {% if contest_problem.hint %}
<div class="problem-section hide"> <div class="problem-section hide">
<label class="problem-label">提示</label> <label class="problem-label">提示</label>