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
458853df
Unverified
Commit
458853df
authored
Jul 13, 2016
by
Thom Wiggers
📐
Browse files
Don't allow to unset is_board
parent
c02cdeef
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/committees/admin.py
View file @
458853df
...
...
@@ -14,7 +14,7 @@ class CommitteeAdmin(admin.ModelAdmin):
@
admin
.
register
(
models
.
Board
)
class
BoardAdmin
(
admin
.
ModelAdmin
):
pass
exclude
=
(
'is_board'
,)
@
admin
.
register
(
models
.
CommitteeMembership
)
...
...
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