put the leaderboard at the very end of the page
This commit is contained in:
parent
179752f35e
commit
39304d2392
1 changed files with 7 additions and 6 deletions
|
@ -92,12 +92,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
<h2>Leaderboard</h2>
|
|
||||||
<ol>
|
|
||||||
{% for entry in leaderboard %}
|
|
||||||
<li>{{entry.name}} ({{entry.total}})</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
<h2>Log</h2>
|
<h2>Log</h2>
|
||||||
<table class="log">
|
<table class="log">
|
||||||
|
@ -117,5 +111,12 @@
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<h2>Leaderboard</h2>
|
||||||
|
<ol>
|
||||||
|
{% for entry in leaderboard %}
|
||||||
|
<li>{{entry.name}} ({{entry.total}})</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ol>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue