fridge_bites/apps/Users/Templates/activation.php
2025-06-02 13:34:17 +02:00

16 lines
251 B
PHP

<?php the_header(
'Account activation',
'',
'activation',
[
['robots', 'nofollow, noindex']
])
?>
<div class="container">
Your account has been successfully activated. You can now log in.
</div>
<?php
the_footer();
?>