first commit
This commit is contained in:
1
app/templates/mail/password_reset.html
Normal file
1
app/templates/mail/password_reset.html
Normal file
@@ -0,0 +1 @@
|
||||
{% extends "mail/layout.html" %}{% block body %}<h2 style="margin-top:0">Reset hasła</h2><p>Otrzymaliśmy prośbę o zmianę hasła dla konta {{ user.email }}.</p><p><a href="{{ reset_link }}" style="display:inline-block;background:#2563eb;color:#fff;text-decoration:none;padding:12px 18px;border-radius:12px">Ustaw nowe hasło</a></p><p>Jeśli to nie Ty, zignoruj tę wiadomość.</p>{% endblock %}
|
||||
Reference in New Issue
Block a user