diff options
-rw-r--r-- | ishtar_common/templates/blocks/DataTables.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/blocks/DataTables.html b/ishtar_common/templates/blocks/DataTables.html index a268d3a74..12f630de7 100644 --- a/ishtar_common/templates/blocks/DataTables.html +++ b/ishtar_common/templates/blocks/DataTables.html @@ -2,7 +2,7 @@ <p class="text-center"> -<button id='search_{{name}}' class='btn btn-primary btn-block'> +<button id='search_{{name}}' class='btn btn-primary'> {% trans "Search" %}</button> {% if url_new %} |