diff --git a/copanier/templates/products/edit_producer.html b/copanier/templates/products/edit_producer.html index 9b09055..8c86bb3 100644 --- a/copanier/templates/products/edit_producer.html +++ b/copanier/templates/products/edit_producer.html @@ -30,38 +30,40 @@ {% if producer and producer.needs_price_update(delivery) %}

Les prix pour {{ producer.name }} ont besoin d'être validés.

{% endif %} -
+ +
{% if producer.id %} {% else %} - +
+ + +
{% endif %} -
{% if delivery.shipping.get(producer.id) %} diff --git a/copanier/templates/products/edit_product.html b/copanier/templates/products/edit_product.html index c270f50..f5e330c 100644 --- a/copanier/templates/products/edit_product.html +++ b/copanier/templates/products/edit_product.html @@ -19,39 +19,44 @@ {% endif %} -
-