This commit is contained in:
Tomáš Dvořák
2025-10-16 13:32:05 +02:00
commit 12cba639b9
663 changed files with 168914 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{{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}}