Updated templates from Live

This commit is contained in:
2011-05-29 13:57:49 +01:00
parent 071a21e704
commit 98b93b7b2d
4 changed files with 10 additions and 10 deletions

View File

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