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
thalia
concrexit
Commits
961345a2
Verified
Commit
961345a2
authored
Sep 20, 2017
by
Sébastiaan Versteeg
Browse files
Make optin list multilangual
parent
22d3c949
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/mailinglists/services.py
View file @
961345a2
...
...
@@ -52,7 +52,7 @@ def get_automatic_lists():
committee_chairs
,
moderated
=
False
)
lists
+=
_create_automatic_list
(
[
'optin'
],
'[THALIA] [OPTIN]'
,
Member
.
active_members
.
filter
(
receive_optin
=
True
).
prefetch_related
(
'user'
))
receive_optin
=
True
).
prefetch_related
(
'user'
)
,
multilingual
=
True
)
return
lists
...
...
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