invoice styling
This commit is contained in:
parent
50e5427d3d
commit
9203285299
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
<table style="width:100%;">
|
<table style="width:100%;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 70%;"> </td>
|
<td style="width: 75%;"> </td>
|
||||||
<td>
|
<td>
|
||||||
<h3>
|
<h3>
|
||||||
|
{{ invoice.created|date:"b jS, Y" }}<br>
|
||||||
Order #{{ invoice.order.pk }}<br>
|
Order #{{ invoice.order.pk }}<br>
|
||||||
Invoice #{{ invoice.pk }}<br>
|
Invoice #{{ invoice.pk }}
|
||||||
Date {{ invoice.created|date:"b jS, Y" }}
|
|
||||||
</h3>
|
</h3>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue