fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
user settings
[wolnelektury.git]
/
wolnelektury
/
templates
/
account
/
password_reset_done.html
1
{% extends "base.html" %}
2
{% load i18n %}
3
4
{% block titleextra %}{% trans "Password Reset" %}{% endblock %}
5
6
{% block body %}
7
<h1>{% trans "Password Reset" %}</h1>
8
<p class="normal-text">{% trans "We have sent you an e-mail. You should receive it within a few minutes." %}</p>
9
{% endblock %}