Added search bar

This commit is contained in:
ayxan
2022-12-18 20:08:34 +04:00
parent 8ec01acc4c
commit b90f87e4ca
5 changed files with 37 additions and 10 deletions

View File

@@ -8,6 +8,11 @@
{% include 'components/message.html' %}
<link rel="stylesheet" href="{% static 'css/homepage.css' %}">
<form action="{% url 'homepage' %}" class="form-inline my-2 mb-3 search-form">
<input name="search" type="text" class="form-control" placeholder="Search">
<button class="btn btn-outline-success my-2 my-sm-0 ml-2" type="submit">Search</button>
</form>
<table class="table">
<thead>
<tr>