Merge remote-tracking branch 'origin/dev' into dev

remotes/origin/hasaccess
Vitaly Baev 8 years ago
commit d87a7e0c76
  1. 19
      apps/auth/templates/auth/password_reset_complete.html
  2. 2
      apps/auth/views.py

@ -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 %}

@ -125,7 +125,7 @@ class PasswordResetConfirmView(views.PasswordResetConfirmView):
class PasswordResetComplete(views.PasswordResetCompleteView):
pass
template_name = 'auth/password_reset_complete.html'
@method_decorator(csrf_exempt, name="dispatch")

Loading…
Cancel
Save