Init
This commit is contained in:
12
templates/registration/password_reset_done.html
Normal file
12
templates/registration/password_reset_done.html
Normal file
@ -0,0 +1,12 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}Email wysłany{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="section">
|
||||
<span class="title">Sprawdź swoją skrzynkę pocztową.</span>
|
||||
<p>
|
||||
Wiadomość z linkiem do zmiany hasła została wysłana na podany email. W razie jej braku, prosimy o sprawdzenie spamu.
|
||||
</p>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user