|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
{% block content %} |
|
|
|
{% block content %} |
|
|
|
{% if view_data|length == 0 %} |
|
|
|
{% if view_data|length == 0 %} |
|
|
|
<form method="get"> |
|
|
|
<form method="post" action=""> |
|
|
|
<label for="query">Search for movie</label> |
|
|
|
<label for="query">Search for movie</label> |
|
|
|
<input name="query" id="query"> |
|
|
|
<input name="query" id="query"> |
|
|
|
<input type="submit" value="Search"> |
|
|
|
<input type="submit" value="Search"> |
|
|
|
|