Files
MyClub/templates/emails/password_reset_code.html
T
Tomáš Dvořák 12cba639b9 upload
2025-10-16 13:32:05 +02:00

11 lines
642 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{{define "content"}}
<h1>Ověřovací kód pro reset hesla</h1>
<p>Pro pokračování v obnově hesla zadejte tento kód do aplikace. Kód je platný <strong>10 minut</strong>.</p>
<div style="text-align:center; margin: 24px 0;">
<div style="display:inline-block; font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-weight:700; letter-spacing:6px; font-size:32px; padding:16px 24px; border-radius:8px; background:#f1f5f9; color:#0f172a; border:1px solid #e2e8f0;">
{{.Code}}
</div>
</div>
<p>Pokud jste o reset nežádali, tento email ignorujte. Vaše heslo zůstane beze změny.</p>
{{end}}