Skip to content

Commit

Permalink
[#1709] Removed unnecessary spaceless tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Sep 12, 2023
1 parent b8233bb commit 4d40316
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/open_inwoner/templates/pages/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
{% render_form form=form method="GET" id="search-form" %}
{# zoek button section #}
<div class="grid">
{% spaceless %}<div class="grid__sidebar">
&nbsp;
</div>{% endspaceless %}
<div class="grid__sidebar"></div>
<div class="grid__main">
<h1 class="h1">Zoeken</h1>
<div class="form form--columns-2 form--inline form--align-end form--search">
Expand Down Expand Up @@ -50,9 +48,7 @@ <h3 class="search-results__item-title">{{ hit.name }}</h3>
</div>
{% else %}
<div class="grid">
{% spaceless %}
<div class="grid__sidebar">&nbsp;</div>
{% endspaceless %}
<div class="grid__sidebar"></div>
<div class="grid__main">
<div class="search-results search-results--none">
<h2 class="h2 search-results__title">
Expand All @@ -72,9 +68,7 @@ <h2 class="h2 search-results__title">

{% if paginator.count and not messages %}
<div class="grid">
{% spaceless %}<div class="grid__sidebar">
&nbsp;
</div>{% endspaceless %}
<div class="grid__sidebar"></div>
<div class="grid__main">
<div class="grid">
<aside class="feedback" aria-label="{% trans "Pagina feedback" %}">
Expand Down

0 comments on commit 4d40316

Please sign in to comment.