mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-03 11:09:29 +00:00
9 lines
290 B
HTML
9 lines
290 B
HTML
@use crate::template_utils::*;
|
|
@use crate::templates::base;
|
|
|
|
@(ctx: BaseContext)
|
|
|
|
@:base(ctx, i18n!(ctx.1, "Password reset"), {}, {}, {
|
|
<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 to reset your password.")</p>
|
|
})
|