Skip to content

Commit

Permalink
Pass the JSON id as a keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 17, 2024
1 parent bc69c83 commit 6735c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_prose_editor/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def base_media(self):
"cancel": gettext_lazy("Cancel"),
},
},
"django-prose-editor-settings",
id="django-prose-editor-settings",
),
JS("django_prose_editor/editor.js", {"defer": True}),
],
Expand Down

0 comments on commit 6735c8b

Please sign in to comment.