Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
Respect My Net
Commits
75bd5c90
Commit
75bd5c90
authored
Apr 23, 2017
by
Okhin
Browse files
Let's not use ugettext_lazy but ugettext for forms (the _lazy is needed only for models)
parent
d11d345c
Pipeline
#986
passed with stage
in 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bt/forms.py
View file @
75bd5c90
from
django
import
forms
from
django.conf
import
settings
from
django.utils.translation
import
ugettext
_lazy
as
_
from
django.utils.translation
import
ugettext
as
_
from
haystack.forms
import
SearchForm
from
haystack.query
import
SearchQuerySet
from
bt.models
import
Violation
,
COUNTRIES
,
RESOURCES
,
TYPES
,
MEDIA
...
...
respect-my-net
@
0269482a
Subproject commit 0269482a42e9cba7a24730f30f5b7957029dbde6
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