From a191ea942b16be927e0fc0e1bc0f5a6a5cfccd85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laur=C3=A9line=20Gu=C3=A9rin?= Date: Fri, 1 Oct 2021 15:31:48 +0200 Subject: [PATCH] lingo: remove white background for transaction pages (#56651) transactions and failing transactions --- combo/apps/lingo/templates/lingo/basketitem_error_list.html | 4 ++-- combo/apps/lingo/templates/lingo/transaction_list.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/combo/apps/lingo/templates/lingo/basketitem_error_list.html b/combo/apps/lingo/templates/lingo/basketitem_error_list.html index 2f4f5e4b..fb314c1c 100644 --- a/combo/apps/lingo/templates/lingo/basketitem_error_list.html +++ b/combo/apps/lingo/templates/lingo/basketitem_error_list.html @@ -11,7 +11,7 @@ {% endblock %} {% block content %} - +

@@ -54,5 +54,5 @@ {% endblocktrans %}
{% endif %} - + {% endblock %} diff --git a/combo/apps/lingo/templates/lingo/transaction_list.html b/combo/apps/lingo/templates/lingo/transaction_list.html index f614d236..c0c49bb8 100644 --- a/combo/apps/lingo/templates/lingo/transaction_list.html +++ b/combo/apps/lingo/templates/lingo/transaction_list.html @@ -12,7 +12,7 @@ {% endblock %} {% block content %} - +

{{ form.regie }} @@ -63,5 +63,5 @@ {% endif %}

{% endif %} - + {% endblock %}