merged
This commit is contained in:
commit
722230f7a0
13 changed files with 27 additions and 27 deletions
|
@ -14,7 +14,7 @@
|
|||
<input type="hidden" name="list" value="{{list.id}}">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="email" class="col-sm-2 control-label">Email address</label>
|
||||
<label for="email" class="col-sm-2 control-label">Email Address</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="email" class="form-control input-lg" name="email" id="email" placeholder="" value="{{email}}" required>
|
||||
</div>
|
||||
|
@ -136,7 +136,7 @@
|
|||
<div class="form-group">
|
||||
<div class="col-sm-offset-2 col-sm-10">
|
||||
<p class="text-warning">
|
||||
This person will not receive a confirmation email so make sure you have a permission to email them
|
||||
This person will not receive a confirmation email so make sure that you have permission to email them.
|
||||
</p>
|
||||
|
||||
<button type="submit" class="btn btn-primary">Subscribe</button>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<hr>
|
||||
|
||||
<div class="well">
|
||||
Role-based addresses like <em><strong>postmaster</strong>@example.com</em> are blocked when importing. Subscribers with role-based email addresses can join your list using the <a href="/subscription/{{list.cid}}">subsription form</a>.
|
||||
Role-based addresses like <em><strong>postmaster</strong>@example.com</em> are blocked when importing. Subscribers with role-based email addresses can join your list using the <a href="/subscription/{{list.cid}}">subscription form</a>.
|
||||
</div>
|
||||
|
||||
<div class="table-responsive">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue