Fixed #2624: view invoice button redirection

This commit is contained in:
Levi 2016-10-15 16:34:13 -05:00
parent fe01c0baf3
commit ce544a5997
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<div class="signup-container">
<div class="col-xs-12 col-sm-6 col-lg-8 text-center wow fadeInDown">
<div class="payment-box">
<h2 class="section-heading payment-head">Your membership invoice for {{order.created_at|date:"F"}}</h2>
<h2 class="section-heading payment-head">Your membership invoice for {{order.created_at|date:"Y-m"}}</h2>
<hr class="greyline-long">
<h2 class="billing-head">Invoice<btn class="btn btn-primary btn-grey btn-edit print hidden-print" data-print="price">Get PDF</btn></h2>