chiark / gitweb /
email tokens, fixes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Dec 2020 16:56:46 +0000 (16:56 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Dec 2020 16:56:46 +0000 (16:56 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
nwtemplates/token-other.tera
nwtemplates/token-unix.tera

index 0cba1b0899d0d52f1070323ee8b32d8f10b1d0d1..e58c2411fa2de6d02c6d4143881a533314fbd881 100644 (file)
@@ -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 }}
index c365bcad533e8b760ba44056e9819b82d28f0e8f..dccebe3ffc7c5a981ddac327e2e93cc7c231d056 100644 (file)
@@ -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 }}