/tests/templates/custom_admin/password_change_done.html
https://code.google.com/p/mango-py/ · HTML · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · f0e4a53256706b7f90bfd717e0a7f2e9 MD5 · raw file
- {% extends "registration/password_change_done.html" %}
- {% block content %}
- Hello from a custom password change done template
- {{ block.super }}
- {% endblock %}