mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
10 lines
231 B
Django/Jinja
10 lines
231 B
Django/Jinja
Dear {{ user.username }},
|
|
|
|
to confirm your account please click on the following link:
|
|
{{ url_for('auth.confirm', token=token, _external=True) }}
|
|
|
|
Sincerely,
|
|
The nopaque Team
|
|
|
|
Note: replies to this email address are not monitored.
|