mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 20:01:51 +02:00
#122 - Modification de "Nouvelle commande" vers "Nouvelle commande groupée"
This commit is contained in:
parent
027476c2c4
commit
9e52ded095
1 changed files with 17 additions and 17 deletions
|
@ -3,25 +3,25 @@
|
||||||
{% block title %}Nouvelle commande groupée{% endblock %}
|
{% block title %}Nouvelle commande groupée{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p class="desktop-hidden mobile-content-title">
|
<p class="desktop-hidden mobile-content-title">
|
||||||
{% block content_title %}Créer une commande groupée{% endblock %}
|
{% block content_title %}Créer une commande groupée{% endblock %}
|
||||||
</p>
|
</p>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<p class="title">Nouvelle commande</p>
|
<p class="title">Nouvelle commande groupée</p>
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column is-8">
|
<div class="column is-8">
|
||||||
<form method="post" onsubmit="deadlinePassedCheck(event)">{% csrf_token %}
|
<form method="post" onsubmit="deadlinePassedCheck(event)">{% csrf_token %}
|
||||||
{{ form.as_p }}
|
{{ form.as_p }}
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a class="button is-light" href="{% url 'order:index' %}">Annuler</a>
|
<a class="button is-light" href="{% url 'order:index' %}">Annuler</a>
|
||||||
<input class="button is-primary" type="submit" value="Suivant">
|
<input class="button is-primary" type="submit" value="Suivant">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block extra_js %}
|
{% block extra_js %}
|
||||||
{% include 'warning_grouped_order_creation.html' %}
|
{% include 'warning_grouped_order_creation.html' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue