Back to Netbox

Confirmation Form

netbox/templates/generic/confirmation_form.html

4.6.3382 B
Original Source

{% extends 'generic/_base.html' %} {% load form_helpers %} {% load i18n %} {% block content %}

{% csrf_token %} {% for field in form.hidden_fields %} {{ field }} {% endfor %}

{% block confirmation_title %}{% endblock %}

{% block message %}

{% trans "Are you sure" %}?

{% endblock %}

{% trans "Cancel" %}{% trans "Confirm" %}

{% endblock %}