summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/settings/password/templates/password/change.html
blob: 5d0867f49c8f45a04f001c414b682b032f3192be (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Change Password" %}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_page_header.html" with title=_("Change Password") %}
{% endblock page_header %}

{% block main %}
  {% include "settings/password/_change.html" %}
{% endblock %}