mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Split back home page to distinguish between active commands and past ones
This commit is contained in:
parent
28cb3220e1
commit
5b40b9aac8
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
{% with deliveries=incoming %}
|
||||
{% include "includes/delivery_list.html" %}
|
||||
{% endwith %}
|
||||
<h2>Commandes à solder</h2>
|
||||
{% with deliveries=former %}
|
||||
{% include "includes/delivery_list.html" %}
|
||||
{% endwith %}
|
||||
|
|
Loading…
Reference in a new issue