forked from bton/matekasse
added filter fpr length in list and transactionlist
This commit is contained in:
parent
a6dd6310b7
commit
b8f54c497e
3 changed files with 18 additions and 3 deletions
|
@ -21,7 +21,7 @@ Strichliste
|
|||
{% for user in users %}
|
||||
<form action="/change" method="post" style="display: inline;">
|
||||
<p style="display: inline;">
|
||||
<a href="list/user?id={{user[0]}}">{{user[1]}}</a>: {{user[2]/100}}€
|
||||
<a href="list/user?id={{user[0]}}">{{user[1]|limit_length}}</a>: {{user[2]/100}}€
|
||||
</p>
|
||||
<input name="id" type="hidden" value="{{user[0]}}">
|
||||
<input name="change" type="number" lang="nb" step="0.01" max={{50000-user[2]/100}} min={{min_value-user[2]/100}} placeholder="add to balance">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue