-
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>
|
||||||
<form action="/change" method="post" style="display: inline">
|
<form action="/change" method="post" style="display: inline">
|
||||||
<input name="id" type="hidden" value="{{i[0]}}">
|
<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>
|
</form>
|
||||||
<br style="line-height: 50%;"></br>
|
<br style="line-height: 50%;"></br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue