main: Added safe tag to allow list items
This commit is contained in:
parent
494a7e28a6
commit
a8e2d90dc6
@ -21,10 +21,10 @@
|
|||||||
<div id="stats">
|
<div id="stats">
|
||||||
<h2>Stats</h2>
|
<h2>Stats</h2>
|
||||||
<h3>Workers</h3>
|
<h3>Workers</h3>
|
||||||
<ul>{{workers}}</ul>
|
<ul>{{workers|safe}}</ul>
|
||||||
<h3>Sites</h3>
|
<h3>Sites</h3>
|
||||||
<p>Total sites: {{site_count}}</p>
|
<p>Total sites: {{site_count}}</p>
|
||||||
<ul>{{sites}}</ul>
|
<ul>{{sites|safe}}</ul>
|
||||||
<br>
|
<br>
|
||||||
<h3>Unclaimed licences: {{licences}}</h3>
|
<h3>Unclaimed licences: {{licences}}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user