Skip to content

Commit

Permalink
[#1708] Added query value to search page
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Sep 11, 2023
1 parent a0506b0 commit 1720978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/templates/pages/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
 
</div>{% endspaceless %}
<div class="grid__main">
<h1 class="h1">Zoeken</h1>
<h1 class="h1"><span>{% trans "Zoeken naar " %} "{{ form.query.value }}"</span></h1>
<div class="form form--columns-2 form--inline form--align-end form--search">
{% input form.query %}
{% form_actions primary_text="Zoeken" primary_icon="arrow_forward" %}
Expand Down

0 comments on commit 1720978

Please sign in to comment.