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
30beda13
Verified
Commit
30beda13
authored
Oct 01, 2018
by
Sébastiaan Versteeg
Browse files
Fix statistics member types input
parent
f3e0d555
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/views.py
View file @
30beda13
...
...
@@ -212,7 +212,7 @@ def iban_export(request):
@
login_required
def
statistics
(
request
):
member_types
=
(
t
[
0
]
for
t
in
Membership
.
MEMBERSHIP_TYPES
)
member_types
=
[
t
[
0
]
for
t
in
Membership
.
MEMBERSHIP_TYPES
]
# The numbers
total
=
models
.
Member
.
current_members
.
count
()
...
...
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