lingo: remove white background for transaction pages (#56651)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Build started... Details

transactions and failing transactions
This commit is contained in:
Lauréline Guérin 2021-10-01 15:31:48 +02:00
parent 54c277a36e
commit a191ea942b
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
{% endblock %}
{% block content %}
<div>
<form>
<p><input name="q" type="search" value="{{ query }}"> <button>{% trans 'Search' %}</button></p>
</form>
@ -54,5 +54,5 @@
{% endblocktrans %}
</div>
{% endif %}
</div>
{% endblock %}

View File

@ -12,7 +12,7 @@
{% endblock %}
{% block content %}
<div>
<form>
<p>
{{ form.regie }} <input name="q" type="search" value="{{ form.cleaned_data.q }}"> <button>{% trans 'Search' %}</button>
@ -63,5 +63,5 @@
{% endif %}
</div>
{% endif %}
</div>
{% endblock %}