Send inventory to rust
This commit is contained in:
parent
43bcfac938
commit
e4dc811434
4 changed files with 16 additions and 6 deletions
|
@ -75,11 +75,11 @@
|
|||
<form>
|
||||
<div style="display: contents">
|
||||
<div class="labelled-input">
|
||||
<input type="radio" id="cafe-inventory-acc-sumpf" name="cafe-inventory-acc" value="sumpf">
|
||||
<input type="radio" id="cafe-inventory-acc-sumpf" name="cafe-inventory-acc" value="sumpf" required>
|
||||
<label for="cafe-inventory-acc-sumpf">Sumpf</label>
|
||||
</div>
|
||||
<div class="labelled-input">
|
||||
<input type="radio" id="cafe-inventory-acc-hs" name="cafe-inventory-acc" value="hs">
|
||||
<input type="radio" id="cafe-inventory-acc-hs" name="cafe-inventory-acc" value="hs" required>
|
||||
<label for="cafe-inventory-acc-hs">Heinersyndikat</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue