& not &

pull/1/head
Andromeda Yelton 2012-11-20 13:40:25 -05:00
parent 029cd9740d
commit ba3c0d3871
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
</a>
</li>
<li><a href="{% url supporter supporter_username=user.username %}#edit" id="profile_edit"><span>Profile Settings</span></a></li>
<li><a href="{% url manage_account %}"><span>Account & Pledges</span></a></li>
<li><a href="{% url manage_account %}"><span>Account &amp; Pledges</span></a></li>
<li><a href="{% url auth_logout %}"><span>Sign Out</span></a></li>
</ul>
<li>

View File

@ -34,7 +34,7 @@
<li class="parent">
<span class="faq">What if I want to change my pledge?</span>
<span class="menu level2 answer">
You can change or cancel your pledge at any time before the campaign ends. This will be the campaign's deadline ({{ campaign.deadline }}) or midnight (Eastern US time) on the day the campaign succeeds, whichever comes first. You can change the credit card you unglue with, too. Go to your <a href="{% url manage_account %}">Account & Pledges page</a> (always accessible under "Hi, {{ request.user.username }}!" in the upper right corner of the site).
You can change or cancel your pledge at any time before the campaign ends. This will be the campaign's deadline ({{ campaign.deadline }}) or midnight (Eastern US time) on the day the campaign succeeds, whichever comes first. You can change the credit card you unglue with, too. Go to your <a href="{% url manage_account %}">Account &amp; Pledges page</a> (always accessible under "Hi, {{ request.user.username }}!" in the upper right corner of the site).
</span>
</li>