]> git.ipfire.org Git - pbs.git/commitdiff
events: Always import the Text macro
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Feb 2025 16:18:44 +0000 (16:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Feb 2025 16:18:44 +0000 (16:18 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/events/macros.html

index 1d5c41b8573da6d21927a91adbc44455fa78b957..2fa7475a1ed5bddee2e06f8bdbe73e77029240ee 100644 (file)
@@ -18,6 +18,7 @@
 #                                                                             #
 ##############################################################################}
 
+{% from "macros.html" import Text with context %}
 {% from "users/macros.html" import Avatar with context %}
 
 {# EventList #}