mitgliederverwaltung/lib/mv_web/templates/emails/join_already_member.html.heex
Simon 086ecdcb1b
All checks were successful
continuous-integration/drone/push Build is passing
feat: prevent join requests with equal mail
2026-03-13 11:18:34 +01:00

10 lines
364 B
Text

<div style="color: #111827;">
<p style="margin: 0 0 16px; font-size: 16px; line-height: 1.5;">
{gettext(
"We have received your request. The email address you entered is already registered as a member."
)}
</p>
<p style="margin: 0; font-size: 14px; color: #6b7280;">
{gettext("If you have any questions, please contact us.")}
</p>
</div>