Fix #433 - Add view to route exclusions

- add error styling
This commit is contained in:
Jack Anderson 2024-03-18 11:33:58 +00:00
parent ce842e08d1
commit 70d4146a57
2 changed files with 10 additions and 0 deletions

View file

@ -32,6 +32,9 @@ $classicview_routing_exclusions = [
'Administration' => [
'UpgradeWizard_prepare',
'UpgradeWizard_commit'
],
'Users' => [
'ChangePassword'
]
];


View file

@ -0,0 +1,7 @@
.view-module-Users.view-action-ChangePassword {
p.error {
position: absolute;
width: 100%;
float:left;
}
}