{% extends 'users/_user.html' %} {% load i18n %} {% load bootstrap %} {% block username %} {{ form.username|bootstrap_horizontal }} {% endblock %} {% block password %}

{% trans 'Password' %}

{% trans 'Reset link will be generated and sent to the user. ' %}
{% endblock %}