Redesign search in search results for simpleertube

This commit is contained in:
metalune 2021-03-24 19:02:49 +01:00
parent ce98f4408d
commit 9ea537820a
2 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,6 @@
<body>
<h2>{{ instance_name }}</h2>
<form action="/{{ domain }}/search" method="POST">
<!--<label for="query"><b>{{ instance_name }}</b></label>-->
<input size="45" type="text" name="query" id="query" placeholder="Search" value="{{ search_term }}"/>
<button type="submit">Search</button>
</form>

View File

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<h2>SimpleerTube</h2>
<form action="/search" method="POST">
<label for="query"><b>SimpleerTube</b></label>
<input type="text" name="query" id="query" placeholder="Search" value="{{ query }}"/>
<input size="45" type="text" name="query" id="query" placeholder="Search" value="{{ query }}"/>
<button type="submit">Search</button>
</form>
<br>