{% extends 'base.html' %}
{% load i18n static %}
{% load removeSpace_filter %}
{% block title %}Change Password Page{% endblock title %}
{% block head_block %}
{% endblock %}
{% block topbar %}
{% if user.is_authenticated %}
Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly.