Add email signup feature

This commit is contained in:
Kitaiti Makoto
2022-01-06 20:18:20 +09:00
parent 9b4c678aa9
commit b6d38536e3
8 changed files with 364 additions and 27 deletions
+9
View File
@@ -0,0 +1,9 @@
@use crate::template_utils::*;
@use crate::templates::base;
@(ctx: BaseContext)
@:base(ctx, i18n!(ctx.1, "Registration"), {}, {}, {
<h1>@i18n!(ctx.1, "Check your inbox!")</h1>
<p>@i18n!(ctx.1, "We sent a mail to the address you gave us, with a link for registration.")</p>
})