invoice styling

This commit is contained in:
Thomas Steen Rasmussen 2016-05-31 23:15:59 +02:00
parent 50e5427d3d
commit 9203285299

View file

@ -4,12 +4,12 @@
<table style="width:100%;"> <table style="width:100%;">
<tr> <tr>
<td style="width: 70%;">&nbsp;</td> <td style="width: 75%;">&nbsp;</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>