Add images to product orders
This commit is contained in:
parent
7cb48152a0
commit
2579d4fca7
BIN
SpitiGlykou/__pycache__/asgi.cpython-311.pyc
Normal file
BIN
SpitiGlykou/__pycache__/asgi.cpython-311.pyc
Normal file
Binary file not shown.
Binary file not shown.
@ -3028,6 +3028,7 @@ $.dore = function (element, options) {
|
||||
{ "data": "amount" },
|
||||
{ "data": "store" },
|
||||
{ "data": "info" },
|
||||
{ "data": "image" },
|
||||
{ "data": "delivery" }
|
||||
],
|
||||
drawCallback: function () {
|
||||
|
@ -31,6 +31,7 @@
|
||||
<th>Ποσότητα</th>
|
||||
<th>Κατάστημα</th>
|
||||
<th>Πληροφορίες</th>
|
||||
<th>Εικόνα</th>
|
||||
<th>Παραλαβή</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -43,6 +44,10 @@
|
||||
<td>{{ db_object.amount }}</td>
|
||||
<td>{{ db_object.order.store }}</td>
|
||||
<td>{{ db_object.info }}</td>
|
||||
<td><a href="/media/{{db_object.cake_img}}" target="_blank">{{ db_object.cake_img }}</a>
|
||||
<a href="/media/{{db_object.cream_cake_img}}" target="_blank">{{ db_object.cream_cake_img }}</a>
|
||||
</td>
|
||||
|
||||
<td>{{ db_object.order.delivery }}</td>
|
||||
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user