Skip to content

Commit a8bd827

Browse files
committed
Merge pull request #8 from xenophenes/master
fix
2 parents 422789d + bf8fa3f commit a8bd827

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

template/braintreepayment/invoice_payment.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ <h2>Invoice payment</h2>
4242
Please wait as the payment processor loads.<br/>
4343
If it takes a long time, make sure you have javascript enabled!
4444
</div>
45+
<hr>
4546
<div id="payment-form"></div>
4647
<br/>
4748
<input type="submit" value="Submit payment">

template/confreg/regform_completed.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ <h3>Your registration details</h3>
110110
<hr>
111111
</section>
112112

113-
</div>
114-
</section>
113+
</div>
114+
</section>
115115

116116

117117
{%endblock%}

template/invoices/userinvoice.html

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
{%extends "navbase.html"%}
22
{%block title%}Invoice #{{invoice.pk}}{%endblock%}
33
{%block content%}
4-
<h1>Invoice #{{invoice.pk}}</h1>
54

6-
{%include "invoices/userinvoice_spec.html"%}
5+
<section id="main" class="wrapper">
6+
7+
<div class="container">
8+
<!-- ConfReg -->
9+
<header class="major">
10+
<span class="header"><img src="/ext/{{conference.urlname}}/shared/images/policy.svg" alt="" /></span>
11+
<h2>Invoice #{{invoice.pk}}</h2>
12+
</header>
13+
14+
{%include "invoices/userinvoice_spec.html"%}
15+
16+
<p><a href="../">Return</a> to the list of all your invoices.</a></p>
17+
18+
</div>
19+
20+
</section>
721

8-
<p><a href="../">Return</a> to the list of all your invoices.</a></p>
922
{%endblock%}

0 commit comments

Comments
 (0)