Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thalia
concrexit
Commits
19470781
Commit
19470781
authored
Dec 06, 2016
by
Luuk Scholten
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/committee-boolean-thing' into 'release/1.0.0'
:fire:fix See merge request
!213
parents
1afc98fc
ecbae821
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
website/activemembers/admin.py
website/activemembers/admin.py
+1
-1
No files found.
website/activemembers/admin.py
View file @
19470781
...
...
@@ -10,7 +10,7 @@ class CommitteeAdmin(TranslatedModelAdmin):
list_filter
=
(
'until'
,)
fields
=
(
'name'
,
'description'
,
'photo'
,
'permissions'
,
'since'
,
'until'
,)
'since'
,
'until'
,
'active'
,
)
def
get_queryset
(
self
,
request
):
qs
=
super
().
get_queryset
(
request
)
...
...
Write
Preview
Markdown
is supported
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