Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
nm.debian.org
Commits
88b6f93d
Commit
88b6f93d
authored
Aug 24, 2018
by
Carsten Schoenert
Browse files
p/views.py: adding i18n tags
Adding gettext module to manage translatable strings.
parent
8ba4f774
Changes
1
Hide whitespace changes
Inline
Side-by-side
process/views.py
View file @
88b6f93d
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment