The openstack_dashboard.dashboards.settings.password.views ModuleΒΆ

class openstack_dashboard.dashboards.settings.password.views.PasswordView[source]

Bases: horizon.forms.views.ModalFormView

PasswordView.form_class

alias of PasswordForm

PasswordView.form_id = 'change_password_modal'
PasswordView.modal_header = <django.utils.functional.__proxy__ object at 0x90a8ed0>
PasswordView.modal_id = 'change_password_modal'
PasswordView.page_title = <django.utils.functional.__proxy__ object at 0x90a8050>
PasswordView.submit_label = <django.utils.functional.__proxy__ object at 0x90a8210>
PasswordView.submit_url = <django.utils.functional.__proxy__ object at 0x90a8150>
PasswordView.template_name = 'settings/password/change.html'

Previous topic

The openstack_dashboard.dashboards.settings.password Module

Next topic

The openstack_dashboard.dashboards.settings.password.urls Module

This Page