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
6e794df5
Commit
6e794df5
authored
Dec 06, 2016
by
Sébastiaan Versteeg
Browse files
Remove description from board admin
parent
b6b8b612
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/activemembers/admin.py
View file @
6e794df5
...
...
@@ -21,7 +21,7 @@ class CommitteeAdmin(TranslatedModelAdmin):
class
BoardAdmin
(
TranslatedModelAdmin
):
exclude
=
(
'is_board'
,)
fields
=
(
'name'
,
'description'
,
'photo'
,
'permissions'
,
fields
=
(
'name'
,
'photo'
,
'permissions'
,
'since'
,
'until'
,)
...
...
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