From 7f7699780a333c8a45ba32a24d8c60da43941ddb Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Fri, 11 Mar 2016 18:12:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0MathJax=E5=85=AC=E5=BC=8F?= =?UTF-8?q?=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/admin/contest/edit_problem.html | 2 +- template/src/admin/problem/add_problem.html | 2 +- template/src/admin/problem/edit_problem.html | 2 +- template/src/oj/problem/contest_problem.html | 13 +++++++++++++ template/src/oj/problem/problem.html | 13 +++++++++++++ 5 files changed, 29 insertions(+), 3 deletions(-) diff --git a/template/src/admin/contest/edit_problem.html b/template/src/admin/contest/edit_problem.html index 7044719d..5a4ffe08 100644 --- a/template/src/admin/contest/edit_problem.html +++ b/template/src/admin/contest/edit_problem.html @@ -26,7 +26,7 @@
- +
diff --git a/template/src/admin/problem/add_problem.html b/template/src/admin/problem/add_problem.html index 6d96a7bb..c0bebcaa 100644 --- a/template/src/admin/problem/add_problem.html +++ b/template/src/admin/problem/add_problem.html @@ -9,7 +9,7 @@
- +
diff --git a/template/src/admin/problem/edit_problem.html b/template/src/admin/problem/edit_problem.html index f9af36b1..f8e69536 100644 --- a/template/src/admin/problem/edit_problem.html +++ b/template/src/admin/problem/edit_problem.html @@ -15,7 +15,7 @@
- +
diff --git a/template/src/oj/problem/contest_problem.html b/template/src/oj/problem/contest_problem.html index b844ec13..fc20ff58 100644 --- a/template/src/oj/problem/contest_problem.html +++ b/template/src/oj/problem/contest_problem.html @@ -39,4 +39,17 @@ {% endblock %} {% block js_block %} + + {% endblock %} \ No newline at end of file diff --git a/template/src/oj/problem/problem.html b/template/src/oj/problem/problem.html index 99e87295..9cb5c174 100644 --- a/template/src/oj/problem/problem.html +++ b/template/src/oj/problem/problem.html @@ -48,4 +48,17 @@ {% endblock %} {% block js_block %} + + {% endblock %} \ No newline at end of file