{% extends "base.html" %} {% block content %}
{% csrf_token %} {% trans "Change Your Pin" as headingtext %} {# include template "patterns/basics/headings/sp_variations/heading.html" #} {% with type="basic" htmltag="h2" title=headingtext %}
<{{htmltag}}>{{title}}
{% endwith %} {# end include template #} {% if form.errors or form.non_field_errors %} {% if form.non_field_errors %} {% for error in form.non_field_errors %}

{{ error }}

{% endfor %} {% endif %} {% endif %} {% if messages %} {% endif %}
{{form.old_password}} {{form.old_password.errors}}
{{form.new_password}} {{form.new_password.errors}}
{{form.confirm_password}} {{form.confirm_password.errors}}
Back to profile
{% endblock %}