Advertisement
robertvari

password_change_done.html

Dec 19th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.16 KB | None | 0 0
  1. {% extends '_base.html' %}
  2.  
  3. {% block title %} Change Password {% endblock title %}
  4.  
  5. {% block body %}
  6.     <div>Password change successful</div>
  7. {% endblock body %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement