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
c9173ffa
Commit
c9173ffa
authored
Oct 03, 2018
by
Thom Wiggers
📐
Browse files
Merge branch 'fix/statistics-generator-list' into 'master'
Fix statistics member types input See merge request
!966
parents
20f09a46
30beda13
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/views.py
View file @
c9173ffa
...
...
@@ -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