{% extends "base.html" %} {% load url %} {% block title %}Delete a Token - {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Delete a Token

Please click below to delete the token that begins with {{ object.token_key }}. Please note that this action is not reversible.

{% csrf_token %} Cancel
{% endblock %}