[com]: add helper_text for resolution and format of poster

This commit is contained in:
Cyl
2019-05-31 17:28:13 +02:00
committed by Skia
parent 007157e2e8
commit 61a40c47d2
2 changed files with 133 additions and 128 deletions

View File

@ -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"),