Hall of fame

This commit is contained in:
teras
2017-10-07 17:08:17 +03:00
parent 01cded8763
commit 2feeb35209
10 changed files with 209 additions and 9 deletions

View File

@@ -19,7 +19,21 @@
<tr class="row">
{{ i.user.username }} - {{ i.challenge }}
</tr>
<tr class="picture">
<img src= '{{ i.user.profile.icon }}' style="max-width:10%">
</tr>
{% endfor %}
</ul>
<ul>
{% for i in users %}
<tr class="picture">
<img src= '{{ i.user.profile.icon }}' style="max-width:10%">
</tr>
<tr class="row">
{{ i.username }} - {{i.total_challenges}}
</tr>
{% endfor %}
</ul>
</body>
</html>
</html>