diff --git a/LogBot/template.html b/LogBot/template.html index 8fdddb6..f6038d5 100644 --- a/LogBot/template.html +++ b/LogBot/template.html @@ -15,9 +15,9 @@
{{ sorted.append(int_num) }}
{% endfor %} - {% for num in sorted | sort %} + {% for num in sorted | sort | reverse %}
-

[{{ num | string }}]

+

{{ num | string }}

{{ db[num|string] }}

{% endfor %}