Add the url to the template
This commit is contained in:
parent
e8c9144996
commit
a5868e708a
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ Hallo Benutzer,
|
||||||
|
|
||||||
bitte besuche folgende URL um dein Konto zu aktivieren:
|
bitte besuche folgende URL um dein Konto zu aktivieren:
|
||||||
|
|
||||||
https://bandenkrieg.hacked.jp/~tim/xmpp/{{ auth_token }}
|
{{ url }}{{ auth_token }}
|
||||||
|
|
||||||
mit freundlichen Grüßen
|
mit freundlichen Grüßen
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ Hello user,
|
||||||
|
|
||||||
please visit the following url to activate your account:
|
please visit the following url to activate your account:
|
||||||
|
|
||||||
https://bandenkrieg.hacked.jp/~tim/xmpp/{{ auth_token }}
|
{{ url }}{{ auth_token }}
|
||||||
|
|
||||||
with kind regards
|
with kind regards
|
||||||
|
|
||||||
|
|
Reference in a new issue