From a5868e708a44908b720b2abdb202265ebf9124fa Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Thu, 24 Oct 2013 16:04:43 +0200 Subject: [PATCH] Add the url to the template --- templates/email.de.twig | 2 +- templates/email.en.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/email.de.twig b/templates/email.de.twig index addb681..8b0e567 100644 --- a/templates/email.de.twig +++ b/templates/email.de.twig @@ -2,7 +2,7 @@ Hallo Benutzer, bitte besuche folgende URL um dein Konto zu aktivieren: -https://bandenkrieg.hacked.jp/~tim/xmpp/{{ auth_token }} +{{ url }}{{ auth_token }} mit freundlichen Grüßen diff --git a/templates/email.en.twig b/templates/email.en.twig index c7c086f..d65b2eb 100644 --- a/templates/email.en.twig +++ b/templates/email.en.twig @@ -2,7 +2,7 @@ Hello user, please visit the following url to activate your account: -https://bandenkrieg.hacked.jp/~tim/xmpp/{{ auth_token }} +{{ url }}{{ auth_token }} with kind regards