优化比赛的前台显示样式;删除公告,没有提交的时候不显示表格的表头;修改部分 typo
This commit is contained in:
@@ -50,9 +50,9 @@
|
||||
<tr>
|
||||
<th scope="row">{{ forloop.counter }}</th>
|
||||
<td>
|
||||
{{ item.user.username }}
|
||||
{{ item.user__username }}
|
||||
{% if show_real_name %}
|
||||
({{ item.user.real_name }})
|
||||
({{ item.user__real_name }})
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{{ item.total_ac_number }} / {{ item.total_submission_number }}</td>
|
||||
|
||||
Reference in New Issue
Block a user