mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Add a link from place order to delivery page
This commit is contained in:
parent
72cad21536
commit
86dc78e820
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% block body %}
|
||||
<article class="order">
|
||||
<h3>{{ delivery.producer }} — Commande de «{{ person.email }}»</h3>
|
||||
<h3><a href="/livraison/{{ delivery.id }}">{{ delivery.producer }}</a> — Commande de «{{ person.email }}»</h3>
|
||||
{% include "includes/delivery_head.html" %}
|
||||
<form method="post">
|
||||
<table class="order">
|
||||
|
|
Loading…
Reference in a new issue