-
This commit is contained in:
parent
5ab0b3db7d
commit
6b70c563b5
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue