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
d7bff952
Commit
d7bff952
authored
Dec 05, 2016
by
Luuk Scholten
Browse files
Merge branch '195-besturen-migreren-is-redelijk-stuk' into 'master'
Also display inactive boards Closes
#195
See merge request
!202
parents
ef325998
7d001539
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/activemembers/views.py
View file @
d7bff952
...
...
@@ -41,12 +41,11 @@ def board_index(request):
def
board_detail
(
request
,
id
):
"""View the details of a
committee
"""
"""View the details of a
board
"""
board
=
get_object_or_404
(
Board
,
pk
=
id
)
members
=
[]
memberships
=
(
CommitteeMembership
.
active_membership
s
.
object
s
.
filter
(
committee
=
board
)
.
prefetch_related
(
'member'
))
...
...
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