blob: 574b3f8675941608ab13c189778d8af6317c511a [file] [log] [blame]
Marc Kupietz86838f92023-03-06 07:03:46 +01001<div class="alert alert-info" role="alert">
2 <h2>Almost there! Confirm your email address</h2>
3 <p>An email with the subject <i>[<?php echo $SERVICE_ACRONYM;?>] Confirm your email address</i>
4 has been sent to you. Follow the steps in the email to confirm your email address.</p>
5 <?php echo "<p>Didn't receive anything yet? <a href='".$BASE_URL."/?type=resend&token=".$_SESSION['resend']."'>Click here</a>
6 to resend the confirmation email to ".$_SESSION['email']; ?>.
7 </p>
8</div>