Fix showing table on login screen

This commit is contained in:
Isaac Shoebottom 2024-10-04 02:13:08 -03:00
parent 42f2b864a2
commit 572ea2acd6

View File

@ -51,6 +51,7 @@
<button type="submit">Submit</button>
</form>
{{end}}
{{ if .Timestamps }}
<table style="text-align: center">
<tr>
<th>Taken</th>
@ -65,5 +66,6 @@
</tr>
{{end}}
</table>
{{end}}
</div>
</body>