10 lines
390 B
HTML
10 lines
390 B
HTML
<form method="get" action="{% url 'archives_main' %}">
|
|
<div class="ui fluid icon small action input">
|
|
<input type="text" placeholder="iskanje ..." class="prompt"
|
|
autocomplete="off" name="q" value="{{ query }}" />
|
|
<button class="ui red right icon button" type="submit">
|
|
<i class="inverted search icon"></i>
|
|
</button>
|
|
</div>
|
|
</form>
|