Add label & help text provided by legal for the appeal form (#21347)
This commit is contained in:
Родитель
01121617ee
Коммит
b51ddec5fb
|
@ -18,4 +18,11 @@ class AbuseAppealEmailForm(forms.Form):
|
|||
|
||||
|
||||
class AbuseAppealForm(forms.Form):
|
||||
reason = forms.CharField(widget=forms.Textarea())
|
||||
reason = forms.CharField(
|
||||
widget=forms.Textarea(),
|
||||
label=_('Reason for appeal'),
|
||||
help_text=_(
|
||||
'Please explain why you believe that this decision was made in error, '
|
||||
'and/or does not align with the applicable policy or law.'
|
||||
),
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче