添加前台比赛题目列表与单个题目的页面

This commit is contained in:
hohoTT
2015-08-23 18:25:28 +08:00
parent 86d33dd974
commit 4d701e0239
8 changed files with 280 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
<th scope="row"><a href="/problem/{{ item.id }}/">{{ item.id }}</a></th>
<td><a href="/problem/{{ item.id }}/">{{ item.title }}</a></td>
<td>{{ item.difficulty }}</td>
<td>{{ item|accepted_radio }}%</td>
<td>{{ item|accepted_radio }}</td>
</tr>
{% endfor %}
</tbody>