2017-03-07 14:30:56 +00:00
<h2> {{ # translate }} Update your Email Address {{ / translate }} </h2>
2016-12-07 14:12:26 +00:00
<form method="post" action="/subscription/ {{ lcid }} /manage-address">
<input type="hidden" name="_csrf" value=" {{ csrfToken }} ">
<input type="hidden" name="cid" value=" {{ cid }} ">
<div class="form-group">
2017-03-07 14:30:56 +00:00
<label for="email"> {{ # translate }} Existing Email Address {{ / translate }} </label>
2016-12-07 14:12:26 +00:00
<input type="email" class="form-control" name="email" id="email" placeholder="" value=" {{ email }} " readonly>
</div>
<div class="form-group">
2017-03-07 14:30:56 +00:00
<label for="email-new"> {{ # translate }} New Email Address {{ / translate }} </label>
<input type="email" class="form-control" name="email-new" id="email-new" placeholder=" {{ # translate }} Your new email address {{ / translate }} " value=" {{ email }} ">
2016-12-07 14:12:26 +00:00
</div>
<p>
2017-03-07 14:30:56 +00:00
<small> {{ # translate }} You will receive a confirmation request to your new email address that you need to accept before your email is actually changed {{ / translate }} </small>
2016-12-07 14:12:26 +00:00
</p>
<div class="form-group">
2017-03-07 14:30:56 +00:00
<button type="submit" class="btn btn-primary"><i class="glyphicon glyphicon-ok"></i> {{ # translate }} Update Email Address {{ / translate }} </button>
2016-12-07 14:12:26 +00:00
</div>
</form>