Compare commits

..

2 commits

Author SHA1 Message Date
baf7277247 added the trans to the fare 2024-11-13 20:10:32 +01:00
f6e8383a57 added min and max to change 2024-09-18 22:56:03 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
| <a href="/list">user and tag list</a> | <a href="/list">user and tag list</a>
| <a href="/documentation">Documentation</a> | <a href="/documentation">Documentation</a>
| <a href="/transactionlist">transactionlist</a> | <a href="/transactionlist">transactionlist</a>
| <a href="/transfare">transfare</a> | <a href="/transfare">transfare<font face="emoji">🎺⚧</font></a>
</p> </p>
</nav> </nav>
<hr> <hr>

View file

@ -22,7 +22,7 @@
</select> </select>
</p> </p>
<p> <p>
<input name="change" type="number" lang="nb" step="0.01" placeholder="money to transfare"> <input name="change" type="number" lang="nb" step="0.01" max=1000 min=-1000 placeholder="money to transfare">
</p> </p>
<p> <p>