优化比赛的前台显示样式;删除公告,没有提交的时候不显示表格的表头;修改部分 typo
This commit is contained in:
@@ -24,8 +24,10 @@
|
||||
</ul>
|
||||
</div>
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr class="" success>
|
||||
|
||||
{% if submissions %}
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>题目名称</th>
|
||||
<th>用户</th>
|
||||
@@ -65,7 +67,6 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{% if submissions %}
|
||||
<tbody>
|
||||
{% for item in submissions %}
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user