将dev-hohoTT中的修改更改到hohoTT-dev,用于合并dev

This commit is contained in:
hohoTT
2015-09-07 21:07:05 +08:00
parent aab770b8bf
commit 69b80ef448
6 changed files with 95 additions and 49 deletions

View File

@@ -8,6 +8,7 @@
<thead>
<tr>
<th>#</th>
<th>题目名称</th>
<th>提交时间</th>
<th>
<div class="dropdown">
@@ -47,8 +48,12 @@
<tbody>
{% for item in submissions %}
<tr>
<th scope="row"><a href="/submission/{{ item.id }}/" id="id_{{ forloop.counter }}">
{{ forloop.counter |add:start_id }}</a></th>
<th scope="row">
<a href="/submission/{{ item.id }}/">{{ forloop.counter |add:start_id }}</a>
</th>
<td>
<a href="/problem/{{ item.problem_id }}/">{{ item.problem_id }}</a>
</td>
<td>{{ item.create_time }}</td>
<td>
{{ item.language|translate_language }}
@@ -91,4 +96,4 @@
{% include "oj/announcement/_announcement_panel.html" %}
</div>
</div>
{% endblock %}
{% endblock %}