From 23e8ef1ce917c58a9f26857ef8531fb1806ce2ae Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 17 Oct 2020 08:54:50 +0200 Subject: [PATCH] Escape HTML --- templates/macros.html | 4 ++-- templates/shortcodes/coordinator.html | 2 +- templates/software.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/macros.html b/templates/macros.html index fcc8c3d..2b5f49e 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -21,12 +21,12 @@
diff --git a/templates/shortcodes/coordinator.html b/templates/shortcodes/coordinator.html index 7ac48be..8812fa0 100644 --- a/templates/shortcodes/coordinator.html +++ b/templates/shortcodes/coordinator.html @@ -8,7 +8,7 @@ {% endif %} {% if email or phone %}
- {{ name }} + {{ name | safe }}