FIx input type in Update page
This commit is contained in:
parent
4511cfdb90
commit
f34ec454bf
@ -29,7 +29,7 @@
|
||||
</p>
|
||||
<p>
|
||||
<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>
|
||||
<label for="status">Status:</label>
|
||||
|
Loading…
Reference in New Issue
Block a user