mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-08 07:20:44 +00:00
Added search bar
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user