{% extends 'im/base_two_cols.html'%} {% block page.title %} Password reset {% endblock %} {% block body.left %}
{% comment %}{% include "im/services_description.html" %}{% endcomment %} {% endblock body.left %} {% block body.right %} {% if "local" in im_modules %}
{% csrf_token %}

RESET PASSWORD

{% include "im/form_render.html" %}
{% endif %}

Back to login

{% endblock %}