Change price input type

This commit is contained in:
Augusto Gunsch 2022-07-29 12:23:30 +02:00
parent b9bf831001
commit 7742235180
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
</tr>
<tr>
<td><label for="price">Price ($)</label></td>
<td><input type="number" id="price" name="price" required></td>
<td><input type="text" id="price" name="price" required></td>
</tr>
</table>
</div>