Skip to content

Commit

Permalink
correct id and name attributes in the template. #1019
Browse files Browse the repository at this point in the history
  • Loading branch information
schakrava committed Jan 22, 2016
1 parent 67241ff commit c6d30c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="form-group">
<label class="col-sm-4 control-label">Email<span class="required"> *</span></label>
<div class="col-sm-4">
<input class="form-control" type="text" id="name" name="name" {{add_email "email"}}>
<input class="form-control" type="text" id="sender" name="sender" {{add_email "email"}}>
</div>
</div>

Expand All @@ -50,7 +50,7 @@
<div class="form-group">
<label class="col-sm-4 control-label">SMTP Server<span class="required"> *</span></label>
<div class="col-sm-4">
<input class="form-control" type="text" id="name" name="name" {{add_email "smtp"}}>
<input class="form-control" type="text" id="smtp_server" name="smtp_server" {{add_email "smtp"}}>
</div>
</div>

Expand Down

0 comments on commit c6d30c3

Please sign in to comment.