fix: docker build

This commit is contained in:
2026-03-23 12:17:50 +01:00
parent 421047aec2
commit d7df0d0e50
12 changed files with 170 additions and 125 deletions
+3 -1
View File
@@ -43,4 +43,6 @@ class StylingMixin:
field.widget.attrs.update({'class': ' '.join(self.classes)})
if self.placeholder_for_field.get(field_name):
field.widget.attrs.update({'placeholder': self.placeholder_for_field.get(field_name)})
field.widget.attrs.update({
'placeholder': self.placeholder_for_field.get(field_name),
})