Add a warning about hooks to the asset restriction form

master
Mark Veidemanis 1 year ago
parent 1d01368570
commit 0b7dc001bf
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -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…
Cancel
Save