From 2eacf686e7f1fcee13b315ecdb7c3fd0fdfaf599 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Dec 2020 16:56:46 +0000 Subject: [PATCH] email tokens, fixes Signed-off-by: Ian Jackson --- nwtemplates/token-other.tera | 4 +++- nwtemplates/token-unix.tera | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/nwtemplates/token-other.tera b/nwtemplates/token-other.tera index 0cba1b08..e58c2411 100644 --- a/nwtemplates/token-other.tera +++ b/nwtemplates/token-other.tera @@ -7,7 +7,9 @@ has invited you to join the game {{ game_name }} You can play, directly, by visiting this link in a suitable browser. -{{ token_lines }} +{% for l in token_lines %} +{{ l }} +{%- endfor %} They have set for you the nickname, within the game, of {{ nick }} diff --git a/nwtemplates/token-unix.tera b/nwtemplates/token-unix.tera index c365bcad..dccebe3f 100644 --- a/nwtemplates/token-unix.tera +++ b/nwtemplates/token-unix.tera @@ -7,7 +7,9 @@ Hi. I'm inviting you to join the game on this Otter server. You can play, directly, by visiting this link in a suitable browser. -{{ token_lines }} +{% for l in token_lines %} +{{ l }} +{%- endfor %} I have set for you the nickname, within the game, of {{ nick }} -- 2.30.2