Hall of fame
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user