Input form

This commit is contained in:
Sven Seeberg 2020-10-20 17:57:00 +02:00
parent 7a9849808f
commit 336abb9f9d
Signed by: sven.seeberg
GPG key ID: 29559DD5A83806B5

View file

@ -36,7 +36,7 @@
<div class=input-group-prepend>
<label class="input-group-text" for="vote-round">Abstimmung</label>
</div>
<input type="number" id="vote-round">
<input type="number" id="vote-round" class="form-control" min=1>
<input type="text" class="form-control" placeholder="Vor- und Nachname" id="input_name">
<div class="input-group-append">
<button class="btn btn-success" type="button" onclick="calculate_hash();">Berechnen</button>