commit
d87a7e0c76
2 changed files with 20 additions and 1 deletions
@ -0,0 +1,19 @@ |
|||||||
|
{% extends "templates/lilcity/index.html" %} |
||||||
|
{% load static %} |
||||||
|
|
||||||
|
{% block content %} |
||||||
|
<div class="section section_border"> |
||||||
|
<div class="section__center center"> |
||||||
|
<div class="head"> |
||||||
|
<div class="head__title title title_center">Вы успешно сменили пароль.</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="section"> |
||||||
|
<div class="section__center center center_sm"> |
||||||
|
<p> |
||||||
|
Воспользуйтесь формой входа. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
{% endblock content %} |
||||||
Loading…
Reference in new issue