main: Added safe tag to allow list items
All checks were successful
Build Docker / Build Bot (push) Successful in 25s
Build Docker / Build Master (push) Successful in 28s

This commit is contained in:
Nathan Woodburn 2023-08-26 09:30:09 +10:00
parent 494a7e28a6
commit a8e2d90dc6
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -21,10 +21,10 @@
<div id="stats">
<h2>Stats</h2>
<h3>Workers</h3>
<ul>{{workers}}</ul>
<ul>{{workers|safe}}</ul>
<h3>Sites</h3>
<p>Total sites: {{site_count}}</p>
<ul>{{sites}}</ul>
<ul>{{sites|safe}}</ul>
<br>
<h3>Unclaimed licences: {{licences}}</h3>
</div>