diff --git a/nyaa/templates/layout.html b/nyaa/templates/layout.html index 8cedea2..4230f74 100755 --- a/nyaa/templates/layout.html +++ b/nyaa/templates/layout.html @@ -57,6 +57,7 @@ {{ config.SITE_NAME }} + {% set search_placeholder = 'Search {}\'s torrents...'.format(user.username) if user_page else 'Search...' %}