File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ <h2>Invoice payment</h2>
42
42
Please wait as the payment processor loads.< br />
43
43
If it takes a long time, make sure you have javascript enabled!
44
44
</ div >
45
+ < hr >
45
46
< div id ="payment-form "> </ div >
46
47
< br />
47
48
< input type ="submit " value ="Submit payment ">
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ <h3>Your registration details</h3>
110
110
< hr >
111
111
</ section >
112
112
113
- </ div >
114
- </ section >
113
+ </ div >
114
+ </ section >
115
115
116
116
117
117
{%endblock%}
Original file line number Diff line number Diff line change 1
1
{%extends "navbase.html"%}
2
2
{%block title%}Invoice #{{invoice.pk}}{%endblock%}
3
3
{%block content%}
4
- < h1 > Invoice #{{invoice.pk}}</ h1 >
5
4
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 >
7
21
8
- < p > < a href ="../ "> Return</ a > to the list of all your invoices.</ a > </ p >
9
22
{%endblock%}
You can’t perform that action at this time.
0 commit comments