diff options
author | Matthew Lemon <y@yulqen.org> | 2024-08-03 17:47:57 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-08-03 17:47:57 +0100 |
commit | a53e1c79714d05807d42a50010b44d13721934c3 (patch) | |
tree | ebddc56985cfebe3029b7a094061c21e58384ecb /pyblackbird_cc/resources/forms.py | |
parent | 1afd527efe4e2a1a481b9cf52cdd915356b1d58a (diff) |
Updated help text in form field.
Diffstat (limited to 'pyblackbird_cc/resources/forms.py')
-rw-r--r-- | pyblackbird_cc/resources/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/resources/forms.py b/pyblackbird_cc/resources/forms.py index 4b7df38..ed2c1a6 100644 --- a/pyblackbird_cc/resources/forms.py +++ b/pyblackbird_cc/resources/forms.py @@ -201,7 +201,7 @@ class ResourceUpdateThumbnailsForm(forms.Form): ), required=False, label="Thumbnail files", - help_text="You can provide X number of files here." + help_text="You can upload 5 files." ) thumbnail_files.widget.attrs.update({"class": "file_upload", "accept": ".png,.jpg"}) |