Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #160 from muffinresearch/fix-cc-link
Browse files Browse the repository at this point in the history
Fix cc link (bug 985565)
  • Loading branch information
muffinresearch committed Oct 22, 2014
2 parents 51b9ded + 450f856 commit d326e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/payments/confirm-payment.html
Expand Up @@ -8,7 +8,7 @@ <h1>{{ gettext('Confirm Payment') }}</h1>
<hr/>

<section class="payment-info">
{% set cc_link='#' %}
{% set cc_link=url('payment/card') %}
{% set carrier='CARRIER_NAME' %}
<p>{{ format(gettext('The amount will be charged to your %(carrier)s account, or <a %(link)s>pay using your credit card</a>'), {carrier: carrier, link: 'href="' + cc_link + '"'})|safe }}</p>
</section>
Expand Down

0 comments on commit d326e91

Please sign in to comment.