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