添加比赛题目页面返回题目列表的按钮[CI SKIP]
This commit is contained in:
@@ -8,6 +8,9 @@
|
|||||||
<li role="presentation"><a
|
<li role="presentation"><a
|
||||||
href="/contest/{{ contest_problem.contest.id }}/problem/{{ contest_problem.id }}/submissions/">我的提交</a>
|
href="/contest/{{ contest_problem.contest.id }}/problem/{{ contest_problem.id }}/submissions/">我的提交</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li role="presentation"><a
|
||||||
|
href="/contest/{{ contest_problem.contest.id }}/problem/">返回题目列表</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 class="text-center">{{ contest_problem.title }}</h2>
|
<h2 class="text-center">{{ contest_problem.title }}</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user