wip: further development

This commit is contained in:
2024-08-25 09:18:06 +02:00
parent 15e60e6325
commit dcde768fb6
7 changed files with 28 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ impl DepotRepository for UserRepository {
.build()
.set_widget(
"password",
Widget::widget("/admin/widgets/password_change.jinja").as_password(),
Widget::widget("/depot/widgets/password_change.jinja").as_password(),
)
.set_widget("is_staff", Widget::checkbox())
.set_widget("is_active", Widget::checkbox())