Skip to content

Commit decb0ca

Browse files
committed
remove permissions column in control template
kind of taking up space and didn't really need it
1 parent aa91c90 commit decb0ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/control.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
<tr style="background-color: gray;">
2020
<td>Name</td>
2121
<td>Callsign</td>
22-
<td>Permissions</td>
2322
<td>Edit Link</td>
2423
</tr>
2524
{% for u in users%}
2625
<tr>
2726
<td>{{ u.name }}</td>
2827
<td>{{ u.callsign }}</td>
29-
<td>{{ u.permissions }}</td>
3028
<td>
3129
<form action="/control/user/{{ u.id }}" method="get">
3230
<button type="submit">View</button>

0 commit comments

Comments
 (0)