Skip to content

Commit

Permalink
make forgotten change to Payment Instruments page
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Jan 29, 2025
1 parent 74c7565 commit d1e16b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions www/%username/routes/index.spt
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,8 @@ title = _("Payment Instruments")
&nbsp; <span class="label label-default">{{ route.status }}</span>
% endif
<br>{{ _("Added on {date}", date=route.ctime.date()) }}
% set mandate_url = route.get_mandate_url()
% if mandate_url
(<a href="{{ mandate_url }}">{{ _("view mandate") }}</a>)
% if route.network == 'stripe-sdd'
(<a href="{{ participant.path('routes/%s/mandate' % route.id) }}">{{ _("view mandate") }}</a>)
% endif
% set exp_date = route.get_expiration_date()
% if exp_date
Expand Down

0 comments on commit d1e16b2

Please sign in to comment.