Minor internal fixes
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<?php else : ?>
|
||||
<div class="input-group col-md-3">
|
||||
<span class="input-group-addon"><i class="fa fa-envelope fa-fw"></i></span>
|
||||
<input type="email" id="email" name="email" value="" placeholder="Email" class="form-control" required />
|
||||
<input type="email" id="email" name="email" value="<?php echo $email; ?>" placeholder="Email" class="form-control" required />
|
||||
</div>
|
||||
<?php endif ?>
|
||||
|
||||
|
Reference in New Issue
Block a user