mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
[com]: add helper_text for resolution and format of poster
This commit is contained in:
@ -73,6 +73,7 @@ class PosterForm(forms.ModelForm):
|
||||
"display_time",
|
||||
]
|
||||
widgets = {"screens": forms.CheckboxSelectMultiple}
|
||||
help_texts = {"file": _("Format: 16:9 | Resolution: 1920x1080")}
|
||||
|
||||
date_begin = TzAwareDateTimeField(
|
||||
label=_("Start date"),
|
||||
|
Reference in New Issue
Block a user