Skip to content

Commit

Permalink
Fix template overload
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilouf committed Feb 10, 2025
1 parent 92ce844 commit 33c6659
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lemarche/utils/admin/inline_fieldset.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class FieldsetsInlineMixin:
change_form_template = "admin/change_form.html"
change_form_template = "admin/inlines_change_form.html"

def make_placeholder(self, index, fieldset):
if isinstance(fieldset, forms.MediaDefiningClass):
Expand Down

0 comments on commit 33c6659

Please sign in to comment.