FIx input type in Update page

This commit is contained in:
Candifloss 2025-02-05 01:10:56 +05:30
parent 4511cfdb90
commit f34ec454bf

View File

@ -29,7 +29,7 @@
</p> </p>
<p> <p>
<label for="warrantyfrom">Warranty From:</label> <label for="warrantyfrom">Warranty From:</label>
<input id="warrantyfrom" type = "text" name = "warrantyfrom" value="{{item.warrantyfrom}}" required/> <input id="warrantyfrom" type = "date" name = "warrantyfrom" value="{{item.warrantyfrom}}" required/>
</p> </p>
<p> <p>
<label for="status">Status:</label> <label for="status">Status:</label>