symposion_app/pinaxcon/templates/account/email/password_reset.txt

5 lines
343 B
Text
Raw Normal View History

{% load i18n %}{% blocktrans with site_name=current_site.name %}You're receiving this email because you or someone else has requested a password for your user account at {{ site_name }}.
It can be safely ignored if you did not request a password reset. Click the link below to reset your password.
{{ password_reset_url }}
{% endblocktrans %}