You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<form id="search_form" class="search-form" action="{% url 'search' %}" method="get">
|
|
<input type="submit" class="search-button" value="">
|
|
<input type="search" name="q" value="{{ request.GET.q }}" class="search-input" placeholder="Поиск по сайту">
|
|
</form>
|
|
|