Geneva, CHE as default value for the location (not only placeholder)

This commit is contained in:
Luis Aleixo 2021-11-18 12:40:19 +01:00
parent a0f642e46c
commit 4420e8a3df

View file

@ -130,9 +130,9 @@
This block allows us to have hidden input values which are retained during forward/back navigation, as per
https://stackoverflow.com/a/6384276/741316
-->
<input type="text" name="location_name">
<input type="text" name="location_latitude">
<input type="text" name="location_longitude">
<input type="text" name="location_name" value="Geneva, CHE">
<input type="text" name="location_latitude" value="46.20833">
<input type="text" name="location_longitude" value="6.14275">
</div>
<hr width="80%">