aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-08-03 17:47:57 +0100
committerMatthew Lemon <y@yulqen.org>2024-08-03 17:47:57 +0100
commita53e1c79714d05807d42a50010b44d13721934c3 (patch)
treeebddc56985cfebe3029b7a094061c21e58384ecb
parent1afd527efe4e2a1a481b9cf52cdd915356b1d58a (diff)
Updated help text in form field.
-rw-r--r--pyblackbird_cc/resources/forms.py2
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"})