Skip to content

Commit 3793655

Browse files
committed
Fix attributes common mixin
1 parent 832d5f0 commit 3793655

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

djangocms_frontend/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
from djangocms_frontend import settings
44

5+
from .attributes import AttributesMixin
56
from .title import TitleFormMixin, TitleMixin
67

78
__common = {
8-
"attributes": ("AttributesMixin",),
99
"background": ("BackgroundFormMixin", "BackgroundMixin"),
1010
"responsive": ("ResponsiveFormMixin", "ResponsiveMixin"),
1111
"sizing": ("SizingFormMixin", "SizingMixin"),
File renamed without changes.

0 commit comments

Comments
 (0)