mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 22:59:30 +00:00
Updated templates from Live
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<h3>API Keys</h3>
|
||||
<table>
|
||||
<tr><th>User ID</th><th>API Key</th><th>Description</th><th>Type</th><th>Active</th><th>Last Updated</th></tr>
|
||||
{% for acc in user.eveaccount_set.all %}
|
||||
{% for acc in app.user.eveaccount_set.all %}
|
||||
<tr><td>{{ acc.api_user_id }}</td>
|
||||
<td>{{ acc.api_key }}</td>
|
||||
<td>{{ acc.description }}</td>
|
||||
|
||||
Reference in New Issue
Block a user