From 96510b270dfc1aba7966270cdd9abdcbea9cbf99 Mon Sep 17 00:00:00 2001 From: thomas girod <56346771+imperosol@users.noreply.github.com> Date: Wed, 16 Nov 2022 19:08:58 +0100 Subject: [PATCH] bux fixing on new eboutic (#493) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - les alt des images des produits n'étaient pas bonnes - les noms de produits avec une apostrophe dedans n'étaient pas cliquables --- eboutic/templates/eboutic/eboutic_main.jinja | 100 +++++++++---------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/eboutic/templates/eboutic/eboutic_main.jinja b/eboutic/templates/eboutic/eboutic_main.jinja index f4b3e1c5..28766e9c 100644 --- a/eboutic/templates/eboutic/eboutic_main.jinja +++ b/eboutic/templates/eboutic/eboutic_main.jinja @@ -23,56 +23,56 @@

{% trans %}Eboutic{% endtrans %}

-

Panier

- {% if errors %} -
- {% for error in errors %} -

{{ error }}

- {% endfor %} - {% trans %}Your basket has been cleaned accordingly to those errors.{% endtrans %} -
- {% endif %} - -
- -
- {% csrf_token %} - -
+
+ {% csrf_token %} + +
+
-
{% if not request.user.date_of_birth %}
@@ -102,10 +102,10 @@
{% for p in items %}