Fix location of the order-summary.css file.

This commit is contained in:
Alexis MÃtaireau 2020-06-07 17:38:52 +02:00
parent 60f9d41f48
commit 3767620205

View file

@ -278,7 +278,7 @@ async def show_orders_summary(request, response, id):
response.pdf(
"delivery/show_orders_summary.html",
{"delivery": delivery},
css="orders-summary.css",
css="order-summary.css",
filename=utils.prefix("résumé-de-commandes.pdf", delivery),
)