Changeset - 2ba4db683d5b
[Not reviewed]
0 2 0
Daniel Takamori (pono) - 19 months ago 2022-11-22 22:18:25
pono@sfconservancy.org
add fundraiser progress bar for 2022
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/local_context_processors.py
Show inline comments
...
 
@@ -7,3 +7,3 @@ from conservancy.apps.fundgoal.models import FundraisingGoal as FundraisingGoal
 

	
 
SITE_FUNDGOAL = 'cy2021-end-year-match'
 
SITE_FUNDGOAL = 'cy2022-end-year-match'
 

	
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -108,3 +108,3 @@
 
{% endcomment %}
 
{% if sitefundgoal and sitefundgoal.fundraiser_so_far_amount and datetime_now < sitefundgoal.fundraiser_endtime %}
 
{% if datetime_now < sitefundgoal.fundraiser_endtime %}
 
{% with this_match_goal=sitefundgoal.fundraiser_goal_amount this_match_so_far=sitefundgoal.fundraiser_so_far_amount %}
...
 
@@ -134,3 +134,3 @@
 

	
 
{% if sitefundgoal.fundraiser_so_far_amount %}
 
{% if 1 %}
 
<a href="/sustainer/" style="text-decoration: none !important">
0 comments (0 inline, 0 general)