Skip to content

Commit

Permalink
Merge pull request #530 from maykinmedia/issue-1228-dont-show-search-…
Browse files Browse the repository at this point in the history
…type

[#1228] Hiding type of searchresult ('product')
  • Loading branch information
alextreme authored Mar 13, 2023
2 parents c124b26 + 7f61e5e commit 404b76c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/open_inwoner/templates/pages/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ <h2 class="h2 search-results__title">
<h3 class="search-results__item-title">{{ hit.name }}</h3>
<div class="search-results__item-info-container">
<p class="search-results__item-intro">{{ hit.summary }}</p>
<p class="search-results__item-type">{% trans "product" %}</p>
</div>
</a>
{% endfor %}
Expand Down

0 comments on commit 404b76c

Please sign in to comment.