Updated user view

This commit is contained in:
2010-10-26 09:04:52 +01:00
parent 77d157a109
commit 0876cc5fdc

View File

@@ -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>