Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 054113d

Browse files
committed
fix: Add missing space
1 parent e2e78c1 commit 054113d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/models/pluginmodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def get_action_urls(self, js_compat=True):
458458
'add_plugin': admin_reverse('cms_placeholder_add_plugin'),
459459
'delete_plugin': admin_reverse('cms_placeholder_delete_plugin', args=(self.pk,)),
460460
'move_plugin': admin_reverse('cms_placeholder_move_plugin'),
461-
'copy_plugin':admin_reverse('cms_placeholder_copy_plugins'),
461+
'copy_plugin': admin_reverse('cms_placeholder_copy_plugins'),
462462
}
463463
else:
464464
return {

0 commit comments

Comments
 (0)