{% extends "registration/base.html" %}
{% comment %}
vim:ft=htmldjango:
{% endcomment %}
{% block title %}
{{ block.super }} - Change Password
{% endblock %}
{% load i18n %}
{% block content %}
{% include "django_messages/inlines/navigation.html" %}