Init
This commit is contained in:
15
templates/registration/password_reset_complete.html
Normal file
15
templates/registration/password_reset_complete.html
Normal file
@ -0,0 +1,15 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}Hasło zostało zmienione{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="section">
|
||||
<span class="title">
|
||||
Hasło zostało zmienione
|
||||
</span>
|
||||
<br>
|
||||
<span>
|
||||
Możesz się już <a href="{% url 'login' %}">zalogować</a>.
|
||||
</span>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user