Changeset - 96fe13427609
[Not reviewed]
Daniel Takamori (pono) - 2 years ago 2022-01-04 22:13:02
pono@sfconservancy.org
hack for another progress bar after we finish
1 file changed with 8 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -147,6 +147,14 @@
 
    </div>
 
    {% endif %}
 
</div>
 

	
 
<div id="siteprogressbar" class="flex items-stretch w-100">
 
    <div class="progress matched pv1 b flex" style="flex-basis: {{ this_match_so_far }}px">
 
      <span id="site-fundraiser-match-count" class="soFarText tc w-100">${{ this_match_so_far|add:"-159191"|floatformat:0|intcomma }} extra raised!</span>
 
    </div>
 
</div>
 

	
 

	
 
</a>
 
{% endif %}
 

	
0 comments (0 inline, 0 general)