From a9bad9e069753a28ceae3826f25ae5477f22bd2c Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Wed, 20 Jul 2022 23:24:23 +0200 Subject: [PATCH] Show note regarding phone. --- wrpylib/templates/sledrun_wikitext.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrpylib/templates/sledrun_wikitext.txt b/wrpylib/templates/sledrun_wikitext.txt index 895c1ef..05dd48f 100644 --- a/wrpylib/templates/sledrun_wikitext.txt +++ b/wrpylib/templates/sledrun_wikitext.txt @@ -56,7 +56,7 @@ {%- endfor %} * '''Schneelage - Auskunft''': {%- for info in info_phone %} -** {{ info.phone }} ({{ info.name }}) +** {{ info.phone }} ({{ info.name }}{% if info.note %}; {{ info.note }}{% endif %}) {%- endfor %} {%- for info in info_web %} ** {{ weblink(info) }} -- 2.39.5