diff --git a/conntrackt/templates/conntrackt/search.html b/conntrackt/templates/conntrackt/search.html --- a/conntrackt/templates/conntrackt/search.html +++ b/conntrackt/templates/conntrackt/search.html @@ -12,12 +12,12 @@
-
+
-
+
{% if projects %}

Matched projects

@@ -26,10 +26,10 @@
  • {{ project.name }}
  • {% endfor %} -
    +
    {% elif search_term %}

    There are no projects matching your query.

    -
    +
    {% endif %} {% if entities %} @@ -39,10 +39,10 @@
  • {{ entity.name }} (from {{ entity.project.name }})
  • {% endfor %} -
    +
    {% elif search_term %}

    There are no entities matching your query.

    -
    +
    {% endif %}