Skip to content

Commit

Permalink
html update
Browse files Browse the repository at this point in the history
  • Loading branch information
markyharris committed Mar 31, 2022
1 parent 075a2cb commit 0e22aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KSPI

-2
0
1
4 changes: 2 additions & 2 deletions templates/metar.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

<div class="container">
<h2>METAR E-Paper Display Selector</h2>
Provide requested information below. Use 4 char Airport ICAO ID. If left blank
Use 4 char Airport ICAO ID. If left blank
the default values in settings will be used.<br>

<form action="{{ url_for('metar') }}" method="post">
Expand All @@ -83,7 +83,7 @@ <h2>METAR E-Paper Display Selector</h2>

<div class="form-group">
<label for="fname"><b>Enter 4 Character Airport ID:</b></label><br>
<input type="text" name="data_field1" id="data_field1" list="list1" onfocus="this.value=''" value="{{ data_field1 }}">
<input style="text-transform: uppercase;" placeholder="KFLG" type="text" maxlength="4" minlength="4" size="4" name="data_field1" id="data_field1" list="list1" onfocus="this.value=''" value="{{ data_field1 }}">
<br>
<a href="https://www.world-airport-codes.com/" target="_blank">https://www.world-airport-codes.com/</a> to lookup ICAO ID's
<br><p>
Expand Down

0 comments on commit 0e22aa7

Please sign in to comment.