diff --git a/README.md b/README.md index b32fc35..ef234bd 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ python manage.py runserver --settings=local_settings Pour créer un superutilisateur, qui aura accès à l'interface admin (/admin) : ```shell -python manage.py createsuperuser +python manage.py createsuperuser --settings=local_settings ``` ### Travailler sur le frontend @@ -132,6 +132,11 @@ Nous utilisons bulma comme framework CSS. Vous pouvez l'installer en utilisant l npm install bulma ``` +Vous aurez aussi besoin de sass : +```bash +npm install -g sass +``` + Vérifiez que vous utilisez la bonne version de sass : ```bash diff --git a/la_chariotte/order/templates/order/grouped_order_detail.html b/la_chariotte/order/templates/order/grouped_order_detail.html index e540021..9516781 100644 --- a/la_chariotte/order/templates/order/grouped_order_detail.html +++ b/la_chariotte/order/templates/order/grouped_order_detail.html @@ -17,7 +17,7 @@
{{ grouped_order }}
- {% if grouped_order.description %}{{ grouped_order.description }}
{% endif %} + {% if grouped_order.description %}{{ grouped_order.description }}
{% endif %} {% if not user.is_authenticated %}