update search translations
This commit is contained in:
parent
c0c68c4b70
commit
231ff1cbbc
2 changed files with 117 additions and 70 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{% load i18n %}
|
||||
<form method="get" action="{% url 'govplan:search' %}" class="ajaxified" data-container="#govplan-searchresult-{{ instance.id }}" data-modalcontainer="#govplan-searchmodal-{{ instance.id }}">
|
||||
<div class="input-group mb-3">
|
||||
<input type="text" name="q" class="form-control" aria-label="{% translate 'search query' %}">
|
||||
<input type="text" name="q" class="form-control" aria-label="{% translate 'Search all government plans…' %}" placeholder="{% translate 'Search all government plans…' %}">
|
||||
<div class="input-group-append">
|
||||
<button class="btn btn-outline-secondary" type="submit">
|
||||
{% translate "Search" %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue