added missing </form>

master
Jakob 2020-02-24 22:34:45 +01:00
parent 81ae035b7d
commit d5d5b2ef11
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@
<form action="%CONTENT_DIR%/signup/verify-email/redirect.php" method="post"> <form action="%CONTENT_DIR%/signup/verify-email/redirect.php" method="post">
<p>Content: <?php echo $token; ?></p> <p>Content: <?php echo $token; ?></p>
<input type="submit" value="Done, sign me up!" /> <input type="submit" value="Done, sign me up!" />
</form>
</div> </div>
</div> </div>
</body> </body>