forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 09:38:57 -06:00
parent 47450d7d5b
commit 9654531a90
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,8 @@
<th scope="col" class="p-2.5">Title</th>
<th scope="col" class="p-2.5"></th>
<th scope="col" class="p-2.5"></th>
<th scope="col" class="p-2.5"></th>
<th scope="col" class="p-2.5"></th>
<th scope="col" class="p-2.5">Amount</th>
</tr>
</thead>
@ -96,6 +98,8 @@
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td class="px-2.5">
<input type="number" class="form-input" name="{{a['kind']}}" value="0" min="0" max="10" placeholder="Enter amount..." >
</td>