a
This commit is contained in:
@@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
<div class="col-10">
|
<div class="col-10">
|
||||||
<form method="post" action="/submit" class="row g-2 align-items-center">
|
<form method="post" action="/submit" class="row g-2 align-items-center">
|
||||||
<div class="col-md-3">
|
<div class="col-md-2">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
name="query"
|
name="query"
|
||||||
class="form-control bg-dark text-white"
|
class="form-control bg-dark text-white"
|
||||||
placeholder="Nom de la machine">
|
placeholder="Nom de la machine">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-2">
|
||||||
<select name="time" class="form-select bg-dark text-white" id="time-select">
|
<select name="time" class="form-select bg-dark text-white" id="time-select">
|
||||||
{% for hour in range(0, 24) %}
|
{% for hour in range(0, 24) %}
|
||||||
<option value="{{ '%02d:00'|format(hour) }}">{{ '%02d:00'|format(hour) }}</option>
|
<option value="{{ '%02d:00'|format(hour) }}">{{ '%02d:00'|format(hour) }}</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user