|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
<label for="email" class="col-lg-4 control-label">[[register:email_address]]</label>
|
|
|
|
|
<div class="col-lg-8">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input class="form-control" type="text" placeholder="[[register:email_address_placeholder]]" name="email" id="email" autocorrect="off" autocapitalize="off" />
|
|
|
|
|
<input class="form-control" type="email" placeholder="[[register:email_address_placeholder]]" name="email" id="email" autocorrect="off" autocapitalize="off" />
|
|
|
|
|
<span class="input-group-addon">
|
|
|
|
|
<span id="email-notify"><i class="fa fa-circle-o"></i></span>
|
|
|
|
|
</span>
|
|
|
|
|