Add a warning about hooks to the asset restriction form
This commit is contained in:
@@ -327,7 +327,7 @@ class AssetRestrictionForm(RestrictedFormMixin, ModelForm):
|
|||||||
help_texts = {
|
help_texts = {
|
||||||
"name": "Name of the asset restriction group. Informational only.",
|
"name": "Name of the asset restriction group. Informational only.",
|
||||||
"description": "Description of the asset restriction group. Informational only.",
|
"description": "Description of the asset restriction group. Informational only.",
|
||||||
"pairs": "Comma-separated list of pairs to restrict.",
|
"pairs": "Comma-separated list of pairs to restrict when a webhook is received. This does nothing on its own.",
|
||||||
}
|
}
|
||||||
|
|
||||||
def clean(self):
|
def clean(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user