Skip to content

Commit

Permalink
Merge pull request #229 from saxix/feature/issue_227
Browse files Browse the repository at this point in the history
fixes #227
  • Loading branch information
saxix committed Jan 31, 2024
2 parents 22d095c + 3ad89dc commit ad77946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adminactions/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Media:
"admin/js/jquery.init.js",
"adminactions/js/merge.min.js",
]
css = {"all": ["adminactions/css/adminactions.min.css"]}
css = {"all": ["adminactions/css/adminactions.css"]}


class MergeForm(GenericActionForm, MergeFormBase):
Expand Down

0 comments on commit ad77946

Please sign in to comment.