mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-02-02 01:18:13 +00:00
Properly remove the delete link to stop template errors
This commit is contained in:
@@ -113,8 +113,7 @@ setup.</p>
|
|||||||
<td id="api-time-{{ acc.api_user_id }}">{{ acc.api_last_updated|naturaltimediff }}</td>
|
<td id="api-time-{{ acc.api_user_id }}">{{ acc.api_last_updated|naturaltimediff }}</td>
|
||||||
<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>,
|
<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>,
|
||||||
<a href="{% url eve_api.views.eveapi_update acc.api_user_id %}">Update Key</a>,
|
<a href="{% url eve_api.views.eveapi_update acc.api_user_id %}">Update Key</a>,
|
||||||
<a href="{% url eve_api.views.eveapi_log acc.api_user_id %}">Logs</a>,
|
<a href="{% url eve_api.views.eveapi_log acc.api_user_id %}">Logs</a>
|
||||||
<!--<a href="{% url eve_api.views.eveapi_del acc.api_user_id %}">Delete</a></td>-->
|
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user