{% extends "modal/form.html" %} {% load misc_tags %} {% block modal_title %}Reset API Key?{% endblock %} {% block pre_content %}
{% endblock %} {% block modal_body %}
Are you sure you want to reset the API key of {{ object|verbose_name|title }} "{{object.name.upper}}"?

Resetting the key allows a new key to be set remotely. Only do this if you will be providing a new key shortly.

{% csrf_token %} {% endblock %} {% block modal_footer %} {% endblock %} {% block post_content %}
{% endblock %}