Skip to content

Commit

Permalink
fixes #227
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jan 22, 2024
1 parent 22d095c commit 3ad89dc
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 3ad89dc

Please sign in to comment.