mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 20:01:51 +02:00
19 lines
No EOL
588 B
HTML
19 lines
No EOL
588 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block title %}Mode d'emploi{% endblock %}
|
|
|
|
{% block content %}
|
|
{% load static %}
|
|
|
|
<p class="desktop-hidden mobile-content-title">
|
|
{% block content_title %}La Chariotte - mode d'emploi{% endblock %}
|
|
</p>
|
|
<div class="box">
|
|
<p>Voilà un petit dessin pour vous expliquer le déroulé d'une commande groupée avec la Chariotte.</p>
|
|
<figure class="image">
|
|
<img src="{% static 'img/notice_1.jpg' %}"/>
|
|
<img src="{% static 'img/notice_2.jpg' %}"/>
|
|
<img src="{% static 'img/notice_3.jpg' %}"/>
|
|
</figure>
|
|
</div>
|
|
{% endblock %} |