Skip to content
GitLab
Menu
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
6232ba50
Unverified
Commit
6232ba50
authored
Dec 07, 2016
by
Thom Wiggers
📐
Browse files
Also allow editing of contact email
parent
f6e4fe1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/activemembers/admin.py
View file @
6232ba50
...
...
@@ -10,7 +10,7 @@ class CommitteeAdmin(TranslatedModelAdmin):
list_filter
=
(
'until'
,)
fields
=
(
'name'
,
'description'
,
'photo'
,
'permissions'
,
'since'
,
'until'
,
'wiki_namespace'
)
'since'
,
'until'
,
'contact_email'
,
'wiki_namespace'
,
)
def
get_queryset
(
self
,
request
):
qs
=
super
().
get_queryset
(
request
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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