Skip to content

Commit 2402387

Browse files
authored
Display the number of committed sponsors in the historical chart (#293)
Closes #292
1 parent d2aea56 commit 2402387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def get_historical_comparison_data():
625625
if not historical_comparison:
626626
# Get current year data
627627
current_registrations = get_attendee_count_cache()
628-
current_sponsors = get_sponsorship_total_count_stats_cache()
628+
current_sponsors = get_sponsorship_committed_count_stats_cache()
629629
current_sponsorship_amount = get_sponsorship_committed_amount_stats_cache()
630630
current_donors = get_donors_count_cache()
631631
current_donation_amount = get_total_donations_amount_cache()

0 commit comments

Comments
 (0)