update notice to match with existing Chariotte

This commit is contained in:
Laetitia Getti 2023-08-16 13:54:37 +02:00 committed by Laetitia Getti
parent 9e5fad85d3
commit 981d9697e8
4 changed files with 2 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View file

@ -9,18 +9,11 @@
{% block content_title %}La Chariotte - mode d'emploi{% endblock %} {% block content_title %}La Chariotte - mode d'emploi{% endblock %}
</p> </p>
<div class="box"> <div class="box">
<p>Voilà un petit dessin pour vous expliquer le déroulé d'une commande groupée. Tout ne sera pas possible dès les première versions, mais on va vers là !</p> <p>Voilà un petit dessin pour vous expliquer le déroulé d'une commande groupée avec la Chariotte.</p>
<figure class="image is-16by9"> <figure class="image">
<img src="{% static 'img/notice_1.jpg' %}"/> <img src="{% static 'img/notice_1.jpg' %}"/>
</figure>
<figure class="image is-16by9">
<img src="{% static 'img/notice_2.jpg' %}"/> <img src="{% static 'img/notice_2.jpg' %}"/>
</figure>
<figure class="image is-16by9">
<img src="{% static 'img/notice_3.jpg' %}"/> <img src="{% static 'img/notice_3.jpg' %}"/>
</figure> </figure>
<p><strong>Pour rejoindre une commande groupée,</strong> vous devez avoir reçu un lien par un organisateur ou une organisatrice de commande.
Si c'est le cas, vous pouvez coller ce lien dans la barre de navigation en haut de l'écran !</p>
<p><strong>Pour créer une commande groupée,</strong> rendez-vous sur <a href="{% url 'order:create_grouped_order' %}">cette page !</a></p>
</div> </div>
{% endblock %} {% endblock %}