Add a link from place order to delivery page

This commit is contained in:
Yohan Boniface 2019-04-02 21:20:31 +02:00
parent 72cad21536
commit 86dc78e820

View file

@ -2,7 +2,7 @@
{% block body %} {% block body %}
<article class="order"> <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" %} {% include "includes/delivery_head.html" %}
<form method="post"> <form method="post">
<table class="order"> <table class="order">