From 0b7dc001bf09316dc1ef06be3d3bd05be52d2afc Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 10 Feb 2023 21:14:17 +0000 Subject: [PATCH] Add a warning about hooks to the asset restriction form --- core/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/forms.py b/core/forms.py index 360a667..851efc3 100644 --- a/core/forms.py +++ b/core/forms.py @@ -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):