section tag

master
Jakob 2020-03-08 04:10:22 +01:00
parent 8b9c58ebaf
commit 6f3a28b2a7
1 changed files with 3 additions and 2 deletions

View File

@ -46,13 +46,14 @@ $navbar = "verify-email";
<center>E-mail verification</center> <center>E-mail verification</center>
</h1> </h1>
</div> </div>
<div class="item-2 form"> <div class="item-2">
<section>
<p>Please send an e-mail containing the following token to <a class="pink-b" href="mailto:signup@lostcave.ddnss.de?subject=ThreadR%20-%20Verification&body=<?php echo $token; ?>">signup@lostcave.ddnss.de</a>:</p> <p>Please send an e-mail containing the following token to <a class="pink-b" href="mailto:signup@lostcave.ddnss.de?subject=ThreadR%20-%20Verification&body=<?php echo $token; ?>">signup@lostcave.ddnss.de</a>:</p>
<form action="%CONTENT_DIR%/signup/verify-email/redirect.php" method="post"> <form action="%CONTENT_DIR%/signup/verify-email/redirect.php" method="post">
<p>Token: <?php echo $token; ?></p> <p>Token: <?php echo $token; ?></p>
<input type="submit" value="Done, sign me up!" /> <input type="submit" value="Done, sign me up!" />
</form> </form>
<br /> </section>
</div> </div>
</div> </div>
</body> </body>