Remove number input type from station input

This commit is contained in:
Kenneth Bruen 2022-09-23 22:53:55 +03:00
parent ebb0b5f0ba
commit dd666466ee
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -19,7 +19,7 @@
<h1>Station Information</h1> <h1>Station Information</h1>
<h4>Station Name</h4> <h4>Station Name</h4>
<input class="items" type="tel" name="stationName" id="stationName"> <input class="items" name="stationName" id="stationName">
<h4>Suggestions</h4> <h4>Suggestions</h4>
<div class="content"> <div class="content">