{% extends 'drf_token_management_base.html' %} {% block title %} {% endblock %} {% block header %} Approval {% endblock %} {% block content %}
Are you sure you want to change your token? This will make your own token invalid immediately.
This CANNOT be undone.
{% csrf_token %} Back to View Token
{% endblock %}