Skip to content

Commit f60b52b

Browse files
committed
Added a new message for helping the user to use the search bar, as well as chenged the button color to blueviolet
1 parent 3b4c3ae commit f60b52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

videogames_register/templates/videogames_register/videogame_list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{% extends "videogames_register/base.html" %}
22

33
{% block content %}
4-
<div class="search-bar" style = "background-color: #ba2121">
4+
<div class="search-bar" style = "background-color: blueviolet">
55
<form method="get" action="{% url 'videogame_list' %}">
6-
<input type="text" name="query" placeholder="Search games..." class="form-control" value="{{ request.GET.query }}">
6+
<input type="text" name="query" placeholder="Search games... enter game or genre" class="form-control" value="{{ request.GET.query }}">
77
<button type="submit" class="btn btn-primary mt-2">Search</button>
88
</form>
99
</div>

0 commit comments

Comments
 (0)