Merge branch 'dev' into hohoTT-dev

This commit is contained in:
hohoTT
2015-08-18 16:33:08 +08:00
13 changed files with 281 additions and 51 deletions

View File

@@ -30,7 +30,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>