Fix HTML syntax error - close elements in right order

The <a> has to be closed before the <div>.
This commit is contained in:
Martin Michlmayr 2016-05-07 20:12:35 -07:00
parent 379b3aba75
commit e60a36fe43

View file

@ -69,7 +69,9 @@ Thus, our 750 goal was achieved &amp; {{ sitefundgoal.fundraiser_so_far_amount|s
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 0 %}
Also, match pledges reduced our <span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> maximum need by <span id="site-fundraiser-match-count">{{ sitefundgoal.fundraiser_donation_count_disclose_threshold|intcomma }}</span>
{% endif %}
!</div></a>
!
</a>
</div>
</div>
{% block outercontent %}<div id="mainContent"> {% block content %}{% endblock %}</div>{% endblock %}
<div id="conservancyfooter">