api_status_description now provides english description of API key status

This commit is contained in:
2010-03-24 11:37:11 +00:00
parent 67b9524ea9
commit f15993958f
2 changed files with 7 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ setup.</p>
<tr><td>{{ acc.api_user_id }}</td>
<td>{{ acc.api_key }}</td>
<td>{{ acc.description }}</td>
<td>{{ acc.api_status }}</td>
<td>{{ acc.api_status_description }}</td>
<td><a href="/profile/del/eveapi/{{ acc.api_user_id }}/">Delete</a></td>
</tr>
</tbody>