mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-11 14:23:09 +00:00
10 lines
320 B
HTML
10 lines
320 B
HTML
{% extends "registration/registration_base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block page-title %}{% trans "Password reset" %}{% endblock page-title %}
|
|
|
|
{% block body-attrs %} class="standalone"{% endblock body-attrs %}
|
|
|
|
{% block content %}
|
|
{% include "registration/password_reset_done_ajax.html" %}
|
|
{% endblock content %}
|