diff --git a/ecommerce/templates/oscar/dashboard/partials/search_form.html b/ecommerce/templates/oscar/dashboard/partials/search_form.html index 0050c8cce3c..097034f7ca7 100644 --- a/ecommerce/templates/oscar/dashboard/partials/search_form.html +++ b/ecommerce/templates/oscar/dashboard/partials/search_form.html @@ -1,16 +1,16 @@ {% load i18n %}
-

{% trans "Search" as tmsg %}{{ tmsg | force_escape }}

+

{% trans "Search" %}

-
+
{% for field in form %} {% if field.id_for_label in exposed_field_ids %} {% if field.is_hidden %} {{ field }} {% else %} - +
{{ field.label_tag }} {{ field }} {% for error in field.errors %} @@ -18,34 +18,33 @@

{% trans "Search" as tmsg %}{{ tmsg |
  • {{ error }}
  • {% endfor %} - +

    {% endif %} {% endif %} {% endfor %} {% trans "Advanced Search" as tmsg %}{{ tmsg | force_escape }} +
    -