nice image selection from library 2

This commit is contained in:
Tobias Brunner 2025-07-08 11:59:43 +02:00
parent 7e46dc71ec
commit 2c217939b0
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
3 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ class CloudProviderAdminForm(forms.ModelForm):
model = CloudProvider
fields = "__all__"
widgets = {
'image_library': ImageLibraryWidget(),
"image_library": ImageLibraryWidget(),
}
@ -29,7 +29,7 @@ class ConsultingPartnerAdminForm(forms.ModelForm):
model = ConsultingPartner
fields = "__all__"
widgets = {
'image_library': ImageLibraryWidget(),
"image_library": ImageLibraryWidget(),
}