parent
64ad02cb71
commit
8eec17f1b3
1 changed files with 19 additions and 0 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