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