add user's name to placeholder in "projects.html" template

This commit is contained in:
Alex Bierwagen 2020-05-04 02:46:09 -07:00 committed by Drew DeVault
parent a34ed9df1b
commit 74c9124619
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<input
name="search"
type="text"
placeholder="Search your projects"
placeholder="Search {{user.canonical_name}}'s projects"
class="form-control"
value="{{search if search else ""}}" />
{% if search_error %}