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
7f93d3dc
Commit
7f93d3dc
authored
Sep 20, 2017
by
Tom van Bussel
Browse files
Merge branch 'feature/multilang-optin' into 'master'
Make optin list multilangual Closes #296 See merge request !576
parents
b8206595
961345a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/mailinglists/services.py
View file @
7f93d3dc
...
...
@@ -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