mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 14:49:31 +00:00
Fix various issues with the move to UIDs
This commit is contained in:
@@ -22,7 +22,7 @@ a new service click the Add Service link</p>
|
||||
<tbody>
|
||||
{% for acc in srvaccounts %}
|
||||
<tr><td>{{ acc.service }}</td>
|
||||
<td>{{ acc.username }}</td>
|
||||
<td>{{ acc.service_uid }}</td>
|
||||
<td>******</td>
|
||||
<td>{{ acc.active }}</td>
|
||||
<td><a href="/profile/del/service/{{ acc.id }}/">Delete</a>
|
||||
|
||||
Reference in New Issue
Block a user