diff --git a/dev-requirements.txt b/dev-requirements.txt index f9cc9c8..3bb39f2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -130,6 +130,8 @@ wheel==0.40.0 # via pip-tools zipp==3.15.0 # via importlib-metadata +xhtml2pdf==0.2.11 + # à la main : il faudrait l'ajouter dans le pyproject # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/la_chariotte/order/templates/order/grouped_order_overview.html b/la_chariotte/order/templates/order/grouped_order_overview.html index 1b5e4f4..85f2fb6 100644 --- a/la_chariotte/order/templates/order/grouped_order_overview.html +++ b/la_chariotte/order/templates/order/grouped_order_overview.html @@ -3,9 +3,9 @@ {% block title %}{{ grouped_order }} - Gestion{% endblock %} {% block content %} -
- {% block content_title %}{{ grouped_order }} : gestion de la commande{% endblock %} -
++ {% block content_title %}{{ grouped_order }} : gestion de la commande{% endblock %} +