mailtrain/views/subscription/confirm-notice.hbs

18 lines
752 B
Handlebars
Raw Normal View History

<div class="alert alert-warning alert-dismissible" role="alert" id="js-warning">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<strong>Warning!</strong> If JavaScript was not enabled then no confirmation message was sent
</div>
<script>
document.getElementById('js-warning').style.display = 'none';
</script>
2016-04-04 12:36:30 +00:00
<h2>Almost finished.</h2>
<p>We need to confirm your email address. To complete the subscription process, please click the link in the email we just sent you.</p>
<p>
<a class="btn btn-primary" href="{{homepage}}" role="button">
<span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span> return to our website
</a>
</p>