Use & instead of and to save space.
This commit is contained in:
parent
d628fa8fb7
commit
2f92891db4
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
{% else %}
|
||||
<em>Conservancy will continue our basic community services, thanks to our
|
||||
first <span id="site-fundraiser-middle-goal">{{ sitefundgoal.fundraiser_donation_count|intcomma }}</span> Supporters! However, we still need a total of
|
||||
<span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> Supporters to avoid reducing licensing work and hibernating our
|
||||
<span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> Supporters to avoid reducing licensing work & hibernating our
|
||||
enforcement efforts!
|
||||
{% endif %}
|
||||
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold < 632 %}
|
||||
|
@ -63,7 +63,7 @@ who sign up <a href="/news/2015/dec/24/private-internet-access-match/">by Januar
|
|||
<a href="/supporter">
|
||||
<span id="site-fundraiser-so-far">{{ sitefundgoal.fundraiser_so_far_amount|intcomma }}</span> have joined so far.
|
||||
{% if sitefundgoal.fundraiser_so_far_amount > 750 %}
|
||||
Thus, our 750 goal was achieved and {{ sitefundgoal.fundraiser_so_far_amount|subtract:750|intcomma }}</span> have
|
||||
Thus, our 750 goal was achieved & {{ sitefundgoal.fundraiser_so_far_amount|subtract:750|intcomma }}</span> have
|
||||
joined beyond that.
|
||||
{% endif %}
|
||||
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 0 %}
|
||||
|
|
Loading…
Reference in a new issue