Commit 88b6f93d authored by Carsten Schoenert's avatar Carsten Schoenert
Browse files

p/views.py: adding i18n tags

Adding gettext module to manage translatable strings.
parent 8ba4f774
......@@ -694,7 +694,7 @@ class CancelForm(forms.Form):
statement = forms.CharField(
required=True,
label=_("Statement"),
widget=forms.Textarea(attrs=dict(rows=25, cols=80, placeholder="Enter here details of your activity in Debian"))
widget=forms.Textarea(attrs=dict(rows=25, cols=80, placeholder=_("Enter here details of your activity in Debian")))
)
is_public = forms.BooleanField(
required=False,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment