1. {% extends "registration/password_change_form.html" %}
    
  2. 
    
  3. {% block content %}
    
  4. {{ spam }}
    
  5. Hello from a custom password change form template
    
  6. {{ block.super }}
    
  7. {% endblock %}