Redesign search in search results for simpleertube
This commit is contained in:
parent
ce98f4408d
commit
9ea537820a
2 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue