{% extends "base.html" %} {% set active_page = "admin_settings" %} {% block title %}Authentication Settings - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %}

Authentication Settings

{% endblock %} {% block content %}

Settings Editor

{% if result %}
{{ result['msg'] }}
{% endif %}
{% endblock %} {% block extrascripts %} {% assets "js_validation" -%} {%- endassets %} {% endblock %} {% block modals %} {% endblock %}