Merge pull request #549 from dg9vh/patch-6

Fixed confusing behavior...
这个提交包含在:
Peter Goodhall 2020-06-26 13:33:06 +01:00 提交者 GitHub
当前提交 1909d03ba9
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -39,8 +39,8 @@
<div class="form-group row">
<div class="col-md-10">
<div class="form-check-inline">
<input class="form-check-input" type="checkbox" name="markLotw" value="1" id="markLotw">
<label class="form-check-label" for="markLotw">Mark imported QSOs as uploaded to LoTW (use if ADIF does not contain this information)</label>
<input class="form-check-input" type="checkbox" name="markLotw" value="1" id="markLotwImport">
<label class="form-check-label" for="markLotwImport">Mark imported QSOs as uploaded to LoTW (use if ADIF does not contain this information)</label>
</div>
</div>
</div>
@ -101,8 +101,8 @@
<div class="form-group row">
<div class="col-md-10">
<div class="form-check-inline">
<input class="form-check-input" type="checkbox" name="markLotw" value="1" id="markLotw">
<label class="form-check-label" for="markLotw">Mark exported QSOs as uploaded to LoTW</label>
<input class="form-check-input" type="checkbox" name="markLotw" value="1" id="markLotwExport">
<label class="form-check-label" for="markLotwExport">Mark exported QSOs as uploaded to LoTW</label>
</div>
</div>
</div>