mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
Open token URL in a new window/tab
This commit is contained in:
parent
3c27f333fd
commit
27ded33cc6
@ -7,6 +7,6 @@ Token has been issued for {{ user }} for retrieving profile from link below.
|
|||||||
profile from the link below.
|
profile from the link below.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
Click [here]({{ url }}) to claim the token.
|
Click <a href="{{ url }}" target="_blank">here</a> to claim the token.
|
||||||
Token is usable until {{ token_expires }}{% if token_timezone %} ({{ token_timezone }} time){% endif %}.
|
Token is usable until {{ token_expires }}{% if token_timezone %} ({{ token_timezone }} time){% endif %}.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user