Changed placeholder text for searchbox in the navbar
This commit is contained in:
parent
9cfb1d0059
commit
3a4b01ad60
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
</ul>
|
||||
<form method="get" action="{{ url_for('scoreboard.index') }}" class="navbar-form navbar-left">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" name="result_name" placeholder="Search for name">
|
||||
<input type="text" class="form-control" name="result_name" placeholder="Search for username">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-default">Submit</button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue