Unauthorised pages are blocked

This commit is contained in:
simon
2018-04-25 13:30:54 -04:00
parent c1a59b7e9b
commit f06cc9e4a4
4 changed files with 161 additions and 106 deletions

View File

@@ -44,7 +44,7 @@
<tbody>
{% for user in users %}
<tr>
<td>{{ user }}</td>
<td style="width: 80%;">{{ user }}</td>
<td><i class="far {{ "fa-check-square" if users[user].admin else "fa-square" }}"></i></td>
<td><a href="/user/{{ user }}" class="btn btn-primary">Manage</a></td>
</tr>