fix: huge refactor

This commit is contained in:
2026-03-17 14:03:51 +01:00
parent be87ab4fa1
commit 71b02610d1
50 changed files with 2763 additions and 3516 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class PaginatedQuerysetMixin:
class StylingMixin:
placeholder_for_field = {}
styled_fields = []
classes = {'input-text'}
classes = {'input w-full'}
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)