mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-15 07:12:16 +00:00
Remove option for users to delete EVE API keys
This commit is contained in:
@@ -67,8 +67,7 @@ setup.</p>
|
|||||||
<td>{{ acc.description }}</td>
|
<td>{{ acc.description }}</td>
|
||||||
<td>{{ acc.api_status_description }}</td>
|
<td>{{ acc.api_status_description }}</td>
|
||||||
<td>{{ acc.api_last_updated|naturaltimediff }}</td>
|
<td>{{ acc.api_last_updated|naturaltimediff }}</td>
|
||||||
<td><a href="{% url sso.views.eveapi_refresh acc.api_user_id %}">Refresh</a>,
|
<td><a href="{% url sso.views.eveapi_refresh acc.api_user_id %}">Refresh</a></td>
|
||||||
<a href="{% url sso.views.eveapi_del acc.api_user_id %}">Delete</a></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user