Skip to content

Commit a543bcd

Browse files
committed
Search input html all set up.
1 parent c16acb7 commit a543bcd

File tree

1 file changed

+13
-1
lines changed
  • code/ch6_active_search/ch6_final_video_collector/templates/videos

1 file changed

+13
-1
lines changed

code/ch6_active_search/ch6_final_video_collector/templates/videos/search.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{% extends "shared/_layout.html" %}
22
{% block main_content %}
33

4-
<h1>Search page</h1>
4+
<div class="search-inputs">
5+
<h1>Search video collector</h1>
6+
<input
7+
name="search_text"
8+
placeholder="Search for a video ..."
9+
class="form-control"
10+
type="text">
11+
12+
</div>
13+
14+
<div class="videos search-results" id="search-results">
15+
results
16+
</div>
517

618
{% endblock %}
719

0 commit comments

Comments
 (0)