mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 23:02:19 +00:00
Updated user view
This commit is contained in:
@@ -38,10 +38,10 @@
|
|||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<h2>Eve API Keys</h2>
|
<h2>Eve API Keys</h2>
|
||||||
{% if eveaccounts %}
|
{% if user.eveaccount_set.all %}
|
||||||
<table>
|
<table>
|
||||||
<tr><th>User ID</th><th>API Key</th><th>Description</th><th>Key Type</th><th>Active</th></tr>
|
<tr><th>User ID</th><th>API Key</th><th>Description</th><th>Key Type</th><th>Active</th></tr>
|
||||||
{% for acc in eveaccounts %}
|
{% for acc in user.eveaccount_set.all %}
|
||||||
<tr><td>{{ acc.api_user_id }}</td>
|
<tr><td>{{ acc.api_user_id }}</td>
|
||||||
<td>{{ acc.api_key }}</td>
|
<td>{{ acc.api_key }}</td>
|
||||||
<td>{{ acc.description }}</td>
|
<td>{{ acc.description }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user