Added ability for users to force refresh their API keys

This commit is contained in:
2010-04-18 03:44:43 +01:00
parent 12f008714c
commit cf3faa3be3
3 changed files with 16 additions and 1 deletions

View File

@@ -64,7 +64,8 @@ setup.</p>
<td>{{ acc.api_key }}</td>
<td>{{ acc.description }}</td>
<td>{{ acc.api_status_description }}</td>
<td><a href="/profile/del/eveapi/{{ acc.api_user_id }}/">Delete</a></td>
<td><a href="/profile/refresh/eveapi/{{ acc.api_user_id }}/">Refresh</a>,&nbsp;
<a href="/profile/del/eveapi/{{ acc.api_user_id }}/">Delete</a></td>
</tr>
</tbody>
{% endfor %}