[{{ num | string }}]
+{{ num | string }}
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 @@
{% endfor %} - {% for num in sorted | sort %} + {% for num in sorted | sort | reverse %}[{{ num | string }}]
+{{ num | string }}