link Characters in ranking on Characters page

This commit is contained in:
coderkun 2014-04-25 13:19:46 +02:00
commit c6697cff77
3450 changed files with 592980 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<table class="dataTable">
{% for name,image in itemList %}
<tr>
<td><img src="{{ image }}" /> {{ name }}</td>
</tr>
{% endfor %}
</table>