From 59fd241053e01a343a93b29e3f7962cc75c22d43 Mon Sep 17 00:00:00 2001 From: esp Date: Sat, 5 Sep 2015 16:03:55 +0800 Subject: [PATCH 1/2] update contest_problem.html --- template/src/oj/contest/contest_problem.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/template/src/oj/contest/contest_problem.html b/template/src/oj/contest/contest_problem.html index f5b3cb1c..5c18a900 100644 --- a/template/src/oj/contest/contest_problem.html +++ b/template/src/oj/contest/contest_problem.html @@ -48,13 +48,6 @@ {{ item.output }} {% endfor %} - {% if problem.hint %} -
- - -

{{ contest_problem.hint|safe }}

-
- {% endif %} {% if contest_problem.hint %}
From aef3c45dfaa624b4247d86f30623bb50df9a0f72 Mon Sep 17 00:00:00 2001 From: esp Date: Sat, 5 Sep 2015 16:09:43 +0800 Subject: [PATCH 2/2] update contest_problem.html --- template/src/oj/contest/contest_problem.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/src/oj/contest/contest_problem.html b/template/src/oj/contest/contest_problem.html index 5c18a900..8ce7a100 100644 --- a/template/src/oj/contest/contest_problem.html +++ b/template/src/oj/contest/contest_problem.html @@ -49,7 +49,7 @@
{% endfor %} {% if contest_problem.hint %} -
+

{{ contest_problem.hint|safe }}