mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
6 lines
286 B
HTML
6 lines
286 B
HTML
<form class="d-flex" action="/portal/search" method="post">
|
|
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" name="search">
|
|
<button class="btn btn-outline-primary" type="submit">Search</button>
|
|
</form>
|
|
|