From d28e172a8c302e22ce7ad77f700fab51c59a2161 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 17 Apr 2024 11:49:18 +0100 Subject: [PATCH] Add 'free' badge to conferences --- templates/macros.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/macros.html b/templates/macros.html index 3d834cf..62dad0a 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -32,6 +32,8 @@
{% if item.price and item.currency %} {{ "{:,d}".format(item.price | int) }} {{ item.currency }} + {% elif item.free %} + free to attend {% endif %}
{{ item.topic }}