Fixed API key updating, removed the ability for people to remove API keys

This commit is contained in:
2011-07-07 19:37:11 +01:00
parent 4ff890077f
commit 08fe37fe4b
5 changed files with 26 additions and 13 deletions

View File

@@ -114,7 +114,7 @@ setup.</p>
<td><a href="{% url eve_api.views.eveapi_refresh acc.api_user_id %}" onclick="javascript:refresh_apikey({{ acc.api_user_id }}); return false;">Refresh</a>,&nbsp;
<a href="{% url eve_api.views.eveapi_update acc.api_user_id %}">Update Key</a>,&nbsp;
<a href="{% url eve_api.views.eveapi_log acc.api_user_id %}">Logs</a>,&nbsp;
<a href="{% url eve_api.views.eveapi_del acc.api_user_id %}">Delete</a></td>
<!--<a href="{% url eve_api.views.eveapi_del acc.api_user_id %}">Delete</a></td>-->
</tr>
{% endfor %}
</table>