Fix showing table on login screen
This commit is contained in:
parent
42f2b864a2
commit
572ea2acd6
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user