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
5ba82856
Commit
5ba82856
authored
Dec 07, 2016
by
Joren Vrancken
Browse files
Add search bar
parent
ba7b9d76
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/activemembers/admin.py
View file @
5ba82856
...
...
@@ -16,6 +16,7 @@ class CommitteeMembershipInline(admin.StackedInline):
class
CommitteeAdmin
(
TranslatedModelAdmin
):
inlines
=
(
CommitteeMembershipInline
,)
list_filter
=
(
'until'
,)
search_fields
=
(
'name'
,
'description'
)
fields
=
(
'name'
,
'description'
,
'photo'
,
'permissions'
,
'since'
,
'until'
,
'contact_email'
,
'wiki_namespace'
,
'active'
)
...
...
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