From: Ian Jackson Date: Sat, 5 Dec 2020 16:56:46 +0000 (+0000) Subject: email tokens, fixes X-Git-Tag: otter-0.2.0~272 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2eacf686e7f1fcee13b315ecdb7c3fd0fdfaf599;p=otter.git email tokens, fixes Signed-off-by: Ian Jackson --- 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 }}