Allow changing the asset filter list

This commit is contained in:
2023-02-11 18:46:26 +00:00
parent da9f32e882
commit 287facbab2
8 changed files with 178 additions and 12 deletions

View File

@@ -309,12 +309,10 @@ class AssetGroupForm(RestrictedFormMixin, ModelForm):
fields = (
"name",
"description",
"account",
)
help_texts = {
"name": "Name of the asset group. Informational only.",
"description": "Description of the asset group. Informational only.",
"account": "Account to pull assets from.",
}