summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/widgets
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-09-05 18:32:18 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-10-24 12:06:08 +0200
commit91bf33a99f49ac8e44ceb03f39548b7e3f69eee9 (patch)
treeb0efd83a6c1ec752f5ff29d5b258e31b33e7454d /ishtar_common/templates/widgets
parent93486b4c08af232d95fde4cff372ddaf8c290925 (diff)
downloadIshtar-91bf33a99f49ac8e44ceb03f39548b7e3f69eee9.tar.bz2
Ishtar-91bf33a99f49ac8e44ceb03f39548b7e3f69eee9.zip
QA edit find: better management of fields
Diffstat (limited to 'ishtar_common/templates/widgets')
-rw-r--r--ishtar_common/templates/widgets/search_input.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/widgets/search_input.html b/ishtar_common/templates/widgets/search_input.html
index 0cdf74cc5..e63d067a9 100644
--- a/ishtar_common/templates/widgets/search_input.html
+++ b/ishtar_common/templates/widgets/search_input.html
@@ -2,7 +2,7 @@
<input type="{{ widget.type }}" name="{{ widget.name }}"
{% if widget.value != None %} value="{{ widget.value|stringformat:'s' }}"{% endif %}{% include "django/forms/widgets/attrs.html" %} />
<span class="input-group-append">
- <span class="input-group-text input-link"
+ <span class="input-group-text input-link bg-primary text-white"
title="{% trans 'Search' %}"
id="submit-search">
<i class="fa fa-search" aria-hidden="true"></i>