{% extends "base_short.html" %} {% load i18n staticfiles bootstrap3 %} {% block title %} Password reset {% endblock %} {% block content %}

{% trans " Password Reset " %}

{% trans "Please enter your username below. You will get an email with a link to change your password." %}

{% csrf_token %}
{% endblock %}