mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 17:25:44 +00:00
10 lines
230 B
Django/Jinja
10 lines
230 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 Opaque Team
|
|
|
|
Note: replies to this email address are not monitored.
|