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

Commit

Permalink
direct user to pre-auth setup for inapp
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed May 8, 2012
1 parent 29599e3 commit a714698
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mkt/inapp_pay/templates/inapp_pay/nowallet.html
Expand Up @@ -11,7 +11,9 @@
</p>
</div>
<footer>
<a class="button" href="#">{{ _('Set up pre-authorization') }}</a>
<a class="button" target="_blank" href="url('account.payment.preapproval')">

This comment has been minimized.

Copy link
@cvan

cvan May 8, 2012

Contributor

shouldn't this be {{ url('account.payment.preapproval') }}?

{{ _('Set up pre-authorization') }}
</a>
<a class="button close" href="#">{{ _('No thanks') }}</a>
</footer>
{% endblock %}

0 comments on commit a714698

Please sign in to comment.