Projet

Général

Profil

0002-lingo-remove-white-background-for-transaction-pages-.patch

Lauréline Guérin, 01 octobre 2021 15:33

Télécharger (1,6 ko)

Voir les différences:

Subject: [PATCH 2/2] 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(-)
combo/apps/lingo/templates/lingo/basketitem_error_list.html
11 11
{% endblock %}
12 12

  
13 13
{% block content %}
14

  
14
<div>
15 15
<form>
16 16
  <p><input name="q" type="search" value="{{ query }}"> <button>{% trans 'Search' %}</button></p>
17 17
</form>
......
54 54
  {% endblocktrans %}
55 55
</div>
56 56
{% endif %}
57

  
57
</div>
58 58
{% endblock %}
combo/apps/lingo/templates/lingo/transaction_list.html
12 12
{% endblock %}
13 13

  
14 14
{% block content %}
15

  
15
<div>
16 16
<form>
17 17
  <p>
18 18
  {{ form.regie }} <input name="q" type="search" value="{{ form.cleaned_data.q }}"> <button>{% trans 'Search' %}</button>
......
63 63
  {% endif %}
64 64
</div>
65 65
{% endif %}
66

  
66
</div>
67 67
{% endblock %}
68
-