{% extends "base.html" %} {% load crispy_forms_filters %} {% load i18n %} {% block title %}{% trans 'Password Reset' %}{% endblock %} {% block content %} {% trans 'Password reset is not implemented for the time being!' %} {% endblock %}