Merge pull request #425 from phl0/noPasswordHintNeededHere

Password hint not applicable here
This commit is contained in:
Peter Goodhall 2020-03-02 14:41:38 +00:00 committed by GitHub
commit 7b4f4621d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,9 +108,7 @@
<div class="form-group">
<label>eQSL.cc Username</label>
<input class="form-control" type="text" name="user_eqsl_name" value="<?php if(isset($user_eqsl_name)) { echo $user_eqsl_name; } ?>" />
<?php if(isset($eqslusername_error)) { echo "<div class=\"small error\">".$eqslusername_error."</div>"; } else { ?>
<div class="small">Leave blank to keep existing password</div></td>
<?php } ?>
<?php if(isset($eqslusername_error)) { echo "<div class=\"small error\">".$eqslusername_error."</div>"; } ?>
</div>
<div class="form-group">