This commit is contained in:
bton 2024-03-13 21:31:51 +01:00
parent 5ab0b3db7d
commit 6b70c563b5

View file

@ -28,7 +28,7 @@ Strichliste
</form>
<form action="/change" method="post" style="display: inline">
<input name="id" type="hidden" value="{{i[0]}}">
<button type="submit" name="change" value=-{{preis}}>-{{preis}}€</button>
<button type="submit" name="change" value={{preis}}>{{preis}}€</button>
</form>
<br style="line-height: 50%;"></br>
{% endfor %}