Browse Source

Update 'LogBot/template.html'

master
mb 3 years ago
parent
commit
4308acab56
  1. 4
      LogBot/template.html

4
LogBot/template.html

@ -8,7 +8,7 @@
</head>
<body>
<h1>{{ title }}</h1>
<div id="container">
{% set sorted = [] %}
{% for num in db %}
{% set int_num = num | int %}
@ -21,5 +21,7 @@
<p class="message">{{ db[num|string] }}</p>
</div>
{% endfor %}
</div>
<footer></footer>
</body>
</html>

Loading…
Cancel
Save