X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8139f82c719f4a041b18fd445026b8cf78aca4a6..451f7b0e0ee3bfdab38cfa9c98a297c5320b52ad:/wolnelektury/templates/account/password_reset.html diff --git a/wolnelektury/templates/account/password_reset.html b/wolnelektury/templates/account/password_reset.html deleted file mode 100644 index 9a8bc1975..000000000 --- a/wolnelektury/templates/account/password_reset.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load ajaxable_tags %} -{% load account_tags %} - -{% block titleextra %}{% trans "Password Reset" %}{% endblock %} - -{% block body %} - -

{% trans "Password Reset" %}

-

{% trans "Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it." %}

- -
- {% csrf_token %} - -
-{% endblock %}