forked from bton/matekasse
Merge pull request 'trans' (#42) from origin/transaction_between_user into master
Reviewed-on: bton/matekasse#42
This commit is contained in:
commit
d306e0a7a1
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
| <a href="/list">user and tag list</a>
|
||||
| <a href="/documentation">Documentation</a>
|
||||
| <a href="/transactionlist">transactionlist</a>
|
||||
| <a href="/transfare">transfare</a>
|
||||
| <a href="/transfare">transfare<font face="emoji">🎺⚧</font></a>
|
||||
</p>
|
||||
</nav>
|
||||
<hr>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</select>
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue