diff --git a/web/templates/items/list_items.html b/web/templates/items/list_items.html index c33791e..d31c6f3 100644 --- a/web/templates/items/list_items.html +++ b/web/templates/items/list_items.html @@ -9,18 +9,18 @@ {% if request.user.is_authenticated %} Your Items All Items + {% endif %}
{% for field in search_form %}
{{ field.errors }} {{ field.label_tag }} {{ field }} {% if field.help_text %} -

{{ field.help_text|safe }}

+

{{ field.help_text|safe }}

{% endif %}
{% endfor %}
- {% endif %} {% if items %}