Remove another unneeded lookup function

This commit is contained in:
2010-08-07 13:03:23 +01:00
parent c49f227e66
commit 2b2cf5e7b1
2 changed files with 1 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ setup.</p>
<tr><td>{{ acc.api_user_id }}</td>
<td>{{ acc.api_key }}</td>
<td>{{ acc.description }}</td>
<td>{{ acc.api_status_description }}</td>
<td>{{ acc.get_api_status_display }}</td>
<td>{{ acc.api_last_updated|naturaltimediff }}</td>
<td><a href="{% url sso.views.eveapi_refresh acc.api_user_id %}">Refresh</a>,&nbsp;
<a href="{% url sso.views.eveapi_log acc.api_user_id %}">Logs</a>,&nbsp;