修改了rank模板总提交数的属性名称

This commit is contained in:
sxw@401
2015-09-05 18:27:58 +08:00
parent 7cf1df266e
commit 152d949a14

View File

@@ -38,7 +38,7 @@
<tr>
<th scope="row">{{ forloop.counter }}</th>
<td>{{ item.user.username }}</td>
<td>{{ item.total_ac }} / {{ item.total_submit }}</td>
<td>{{ item.total_ac }} / {{ item.total_submission_number }}</td>
<td>{% if item.total_time %}{{ item.total_time }} min{% else %}--{% endif %}</td>
{% for problem in contest_problems %}
<td class="{% submission_problem_result_class problem item.submissions %}">