{% extends "apostrophe-modal:base.html" %} {% import "apostrophe-modal:macros.html" as modals %} {% import 'apostrophe-ui:components/buttons.html' as buttons %} {% block modalClass %}apos-reset-known-password-modal{% endblock %} {% block controls %}
{{ buttons.minor('Cancel', { action: 'cancel' }) }} {{ buttons.major('Save', { action: 'save' }) }}
{% endblock %} {% block label %} {{ __ns('apostrophe', 'Reset Password') }} {% endblock %} {% block instructions %}

{{ __ns('apostrophe', 'Enter your existing password, then your new password.') }}

{% endblock %} {% block body %} {# AJAX shows and populates me #}

{% endblock %} {% block footerContainer %}{% endblock %}