Add a warning about hooks to the asset restriction form
This commit is contained in:
parent
1d01368570
commit
0b7dc001bf
|
@ -327,7 +327,7 @@ class AssetRestrictionForm(RestrictedFormMixin, ModelForm):
|
|||
help_texts = {
|
||||
"name": "Name 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):
|
||||
|
|
Loading…
Reference in New Issue