fix list user view

This commit is contained in:
KF7EEL 2021-05-16 17:08:23 -07:00
parent 6827cda57a
commit ed31308b26
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ def create_app():
u_list = u_list + '''
<tr>
<td style="width: 107px;"><a href="''' + url + '/edit_user?callsign=' + str(i.username) +'''"><strong>''' + str(i.username) + '''</strong></a></td>
<td style="width: 226.683px; text-align: center;">''' + str(i.is_active) + '''</td>
<td style="width: 226.683px; text-align: center;">''' + str(i.active) + '''</td>
<td style="width: 522.317px;">''' + str(i.dmr_ids) + '''</td>
</tr>
'''+ '\n'