[前台]添加比赛模块里rank,submission页面的列表是空的情况的提示(修改模板)

This commit is contained in:
esp
2015-08-28 18:02:12 +08:00
parent 4847a3a36c
commit 4bfbaf249f
5 changed files with 20 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
<a href="/problem/{{ problem.id }}/submissions/">我的提交</a></li>
</ul>
{% include "oj/problem/_problem_header.html" %}
{% if submissions %}
<table class="table table-bordered">
<thead>
<tr class="" success>
@@ -42,5 +43,8 @@
</tbody>
</table>
{% else %}
<p>你还没有提交该题目</p>
{% endif %}
</div>
{% endblock %}