{% extends "layout/clean_layout.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans 'Reset password' %}{% endblock title %} {% block content %}
lock images
img

{% trans 'Reset password' %}

{% crispy form %}
{% endblock content %}