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

Loading…
Cancel
Save