mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-29 07:01:35 +00:00
Add .j2 suffix for template files
This commit is contained in:
13
app/templates/auth/email/reset_password.txt.j2
Normal file
13
app/templates/auth/email/reset_password.txt.j2
Normal file
@@ -0,0 +1,13 @@
|
||||
Dear {{ user.username }},
|
||||
|
||||
To reset your password click on the following link:
|
||||
|
||||
{{ url_for('auth.password_reset', token=token, _external=True) }}
|
||||
|
||||
If you have not requested a password reset simply ignore this message.
|
||||
|
||||
Sincerely,
|
||||
|
||||
The Opaque Team
|
||||
|
||||
Note: replies to this email address are not monitored.
|
Reference in New Issue
Block a user