Files
mayan-edms/mayan/apps/authentication/templates/authentication/password_reset_email.html
Roberto Rosario 6ed18926cc Move appearance templates to their apps
Move the authenticaton and navigation templates to their respective
apps.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
2018-12-16 00:14:15 -04:00

7 lines
237 B
HTML

Hello {{ user.full_name|default:user }},
We received a request to reset your {{ project_title }} password.
Click the link below to choose a new one:
{{ project_website }}{% url 'authentication:password_reset_confirm_view' uid token %}