{% extends "base.html" %} {% block title %} FQM - {{ ptitle }} {% endblock %} {% block page_content %} {% from "_helpers.html" import render_field %}

{{ translate('Update admin password', 'en', [defLang]) }}

{{ form.csrf_token }}

| {{ translate('It is highly recommended to change the default password for security reasons', 'en', [defLang]) }} |

| {{ translate('the only update-able attribute to the main admin account is password', 'en', [defLang]) }} |

{{ render_field(form.password, class="form-control") }}

{% endblock %}