We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11c7f3 commit 4a56fdcCopy full SHA for 4a56fdc
djangocms_snippet/forms.py
@@ -76,7 +76,7 @@ class Meta:
76
def __init__(self, *args, **kwargs):
77
"""
78
Initialise the form with the add button enabled to allow adding a new snippet from the plugin form. To enable
79
- this the get_related_url method on the widget is monkey patched to build a URL for the Snippet admin instead of
+ this the get_related_url method on the widget is overridden to build a URL for the Snippet admin instead of
80
the SnippetGrouper, as this is not enabled in the admin.
81
82
super(SnippetPluginForm, self).__init__(*args, **kwargs)
0 commit comments