Skip to content

Commit

Permalink
Fix attributes common mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Nov 2, 2024
1 parent 832d5f0 commit 3793655
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_frontend/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from djangocms_frontend import settings

from .attributes import AttributesMixin
from .title import TitleFormMixin, TitleMixin

__common = {
"attributes": ("AttributesMixin",),
"background": ("BackgroundFormMixin", "BackgroundMixin"),
"responsive": ("ResponsiveFormMixin", "ResponsiveMixin"),
"sizing": ("SizingFormMixin", "SizingMixin"),
Expand Down
File renamed without changes.

0 comments on commit 3793655

Please sign in to comment.