{% extends 'layouts/app.html' %} {% import 'macros/form.html' as f with context %} {% block title %}Update your sign in information{% endblock %} {% block body %}
Supply your current password to make any changes.
{% call f.form_group(form.current_password, css_class='lg-margin-bottom', autofocus='autofocus') %} {% endcall %} {% call f.form_group(form.email, css_class='sm-margin-bottom') %} {% endcall %} {% call f.form_group(form.password, css_class='sm-margin-bottom', placeholder='New password (optional)') %} {% endcall %} {% endcall %}