We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b4c3ae + f60b52b commit bbb5b2fCopy full SHA for bbb5b2f
videogames_register/templates/videogames_register/videogame_list.html
@@ -1,9 +1,9 @@
1
{% extends "videogames_register/base.html" %}
2
3
{% block content %}
4
-<div class="search-bar" style = "background-color: #ba2121">
+<div class="search-bar" style = "background-color: blueviolet">
5
<form method="get" action="{% url 'videogame_list' %}">
6
- <input type="text" name="query" placeholder="Search games..." class="form-control" value="{{ request.GET.query }}">
+ <input type="text" name="query" placeholder="Search games... enter game or genre" class="form-control" value="{{ request.GET.query }}">
7
<button type="submit" class="btn btn-primary mt-2">Search</button>
8
</form>
9
</div>
0 commit comments