{% extends "base.html" %} {% block title %}Delete Authentication Key{% endblock %} {% block content %}

Delete Authentication Key

{% csrf_token %}

Are you sure you want to delete Authentication Key {{ object.name }}?

You will no longer be able to login using this key.

{% endblock %}