Skip to content

Commit

Permalink
[#350] Fix footer links
Browse files Browse the repository at this point in the history
Fix donation policy link.

Fix API code of conduct link.
  • Loading branch information
zzgvh committed Nov 28, 2013
1 parent d61de75 commit 4f902b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion akvo/templates/rsr/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h3>Policies</h3>
<li><a href="http://akvo.org/help/akvo-policies-and-terms-2/">Partners</a></li>
<li><a href="http://akvo.org/help/akvo-policies-and-terms-2/">User submitted content</a></li>
<li><a href="http://akvo.org/help/akvo-policies-and-terms-2/akvo-licensing-and-copyrights/">Licensing and copyright</a></li>
<li><a href="http://akvo.org/help/akvo-policies-and-terms-2/api-code-of-conduct/">API code of conduct</a></li>
<li><a href="http://akvo.org/help/api-code-of-conduct/">API code of conduct</a></li>
</ul>
</nav>
</div>
Expand Down
2 changes: 1 addition & 1 deletion akvo/templates/rsr/project/donate/donate_step3.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h3>{% trans 'Your name and email address' %}</h3>
<p style="margin-bottom:20px;" class="grey">
{% blocktrans with invoice.get_engine_display as engine %}Click the Donate button to proceed to {{engine}} checkout.{% endblocktrans %}
{% trans 'By clicking on the "Donate" button you agree to the' %}
<a href="http://akvo.org/help/akvo-policies-and-terms-2/"
<a href="http://akvo.org/help/akvo-donation-policy/"
target="_blank">{% trans 'Terms and Conditions' %}
</a>
{% trans 'for the donation.' %}
Expand Down

0 comments on commit 4f902b4

Please sign in to comment.