This commit is contained in:
Tomáš Mládek 2021-02-11 02:11:02 +01:00
parent dcdead591d
commit e658e01911

View file

@ -38,6 +38,10 @@
border-color: green;
}
.log {
padding: 1em 0;
}
.log-out {
color: red;
}
@ -96,7 +100,7 @@
</ol>
<h2>Log</h2>
<table>
<table class="log">
{% for entry in log %}
<tr>
<td>{{entry.ts.strftime("%c")}}</td>