From d287aaf974aa894db6249af3fa7d3ee079ceaeb0 Mon Sep 17 00:00:00 2001 From: TheAMM Date: Wed, 24 May 2017 17:20:52 +0300 Subject: [PATCH] Show "Search 's torrents..." on user pages in search field --- nyaa/templates/layout.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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...' %}