diff --git a/mwmbl/templates/home.html b/mwmbl/templates/home.html index a11b249..c78d05b 100644 --- a/mwmbl/templates/home.html +++ b/mwmbl/templates/home.html @@ -1,24 +1,32 @@ {% load result_filters %} {% include "title.html" %} -{% if results %} - {% for result in results %} -
  • -
    -
    - - - +{% if query %} + {% if results %} + {% for result in results %} +
  • +
    +
    + + + +
    +
    - - +
  • + {% endfor %} + {% else %} +
  • +

    + No results found for "{{query}}". +

  • - {% endfor %} + {% endif %} {% else %}