diff --git a/frontends/etiquette_flask/templates/search.html b/frontends/etiquette_flask/templates/search.html index c2cc15f..dca84ba 100644 --- a/frontends/etiquette_flask/templates/search.html +++ b/frontends/etiquette_flask/templates/search.html @@ -30,7 +30,6 @@ #error_message_area { - grid-area: error_message_area; display: flex; flex-direction: column; justify-content: center; @@ -38,7 +37,6 @@ } #happy_message_area { - grid-area: happy_message_area; display: flex; flex-direction: column; justify-content: center; @@ -83,8 +81,6 @@ #content_body { grid-template: - "left error_message_area" auto - "left happy_message_area" auto "left right" 1fr / 310px 1fr; } @@ -95,8 +91,6 @@ #content_body { grid-template: - "error_message_area" auto - "happy_message_area" auto "right" auto "left" auto / auto; @@ -344,15 +338,15 @@ {% endif %} -
- {% for warning in warnings %} -

{{warning}}

- {% endfor %} -
-
-

You got {{results|length}} items.

-