{% extends "webauth/base.html" %} {% block title %}Deleting Security Key{% endblock %} {% block content %}

Deleting Security Key

Confirm that below is the correct security key to remove.

Name
{{ object.name }}
Created At
{{ object.created_at }}
{% csrf_token %}
{% endblock %}