Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 3e44cdd

Browse files
author
Apache
committedFeb 2, 2023
pep8
1 parent e765630 commit 3e44cdd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+731
-718
lines changed
 

Diff for: ‎aldryn_categories/admin.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ class CategoryAdmin(TranslatableAdmin, TreeAdmin):
1818
'fields': (
1919
'name',
2020
'slug',
21-
)
22-
}),
21+
)
22+
}),
2323
(' ', {
2424
'fields': (
2525
'_position',
2626
'_ref_node_id',
27-
)
28-
}),
29-
)
27+
)
28+
}),
29+
)
3030

3131
def get_form(self, request, obj=None, **kwargs):
3232
FormClass = super(CategoryAdmin, self).get_form(request, obj, **kwargs)

Diff for: ‎aldryn_categories/cms_wizards.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ class Meta:
3737
weight=290,
3838
form=movenodeform_factory(Category, form=CreateCategoryForm),
3939
description=_('Create a new category.')
40-
)
40+
)
4141

4242
wizard_pool.register(aldryn_category_wizard)

0 commit comments

Comments
 (0)
This repository has been archived.