{% extends "page.html" %} {%- block page_layout -%} sidebar-end {%- endblock %} {% block subtitle %} {{ ui.subtitle_item(_("Confirm Reset")) }} {% endblock %} {% block primary_content_inner %} {%- call ui.util.call(ui.section, title=_('Confirm Reset'), level=1) -%}
{{ _('Are you sure you want to reset the config?') }}
{%- call ui.util.call(ui.form, method="POST", action=h.url_for('admin.reset_config')) -%} {%- call ui.util.call(ui.form_actions) -%} {{ ui.button(_('Cancel'), style="dark", type="submit", attrs={"name": "cancel"}) }} {{ ui.button(_('Confirm Reset'), style="danger", type="submit", attrs={"name": "delete"}) }} {%- endcall %} {%- endcall %} {%- endcall %} {% endblock %}