This is an automated email from the ASF dual-hosted git repository.
brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/master by this push:
new ed16f963e specify formats supported for screenshots (BMP or GIF could
work too, but not recommended)
ed16f963e is described below
commit ed16f963e227ecf89ef78b3ea4dc9436ccd905c1
Author: Dave Brondsema <[email protected]>
AuthorDate: Tue Sep 12 16:03:40 2023 -0400
specify formats supported for screenshots (BMP or GIF could work too, but
not recommended)
---
Allura/allura/ext/admin/widgets.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Allura/allura/ext/admin/widgets.py
b/Allura/allura/ext/admin/widgets.py
index f20cfc9ac..ac0f0c67c 100644
--- a/Allura/allura/ext/admin/widgets.py
+++ b/Allura/allura/ext/admin/widgets.py
@@ -133,7 +133,7 @@ class ScreenshotAdmin(ff.ForgeFormResponsive):
def fields(self):
fields = [
ew.InputField(name='screenshot', field_type='file',
- label='New Screenshot',
+ label='New Screenshot (JPG or PNG)',
attrs={
'accept': 'image/*',
'required': 'true',