Files @ e32942a49dc8
Branch filter:

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

Christopher Neugebauer
Fixes django-sitetree’s breaking of 500 reporting. (#39)
1
2
3
4
5
{% 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 %}