mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Wording
This commit is contained in:
parent
5e933ec775
commit
53a9f6b560
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
<input type="text" name="instructions" value="{{ delivery.instructions or '' }}">
|
||||
</label>
|
||||
<div>
|
||||
<input type="submit" name="submit" value="Valider">
|
||||
<input type="submit" name="submit" value="Valider" class="primary">
|
||||
</div>
|
||||
</form>
|
||||
<hr>
|
||||
|
@ -66,7 +66,7 @@
|
|||
</details>
|
||||
<form action="/livraison/{{ delivery.id }}/importer/produits" method="post" enctype="multipart/form-data">
|
||||
<input type="file" name="data" required>
|
||||
<input type="submit" name="Importer des produits">
|
||||
<input type="submit" value="Mettre à jour les produits">
|
||||
</form>
|
||||
{% endif %}
|
||||
{% endblock body %}
|
||||
|
|
Loading…
Reference in a new issue