From 950e34b8af1da620516eff8c00c99622b7f05bcf Mon Sep 17 00:00:00 2001 From: Uzodinma Gerard Idimmachukwu Date: Wed, 30 Apr 2025 16:37:51 +0100 Subject: [PATCH] Update base.html Corrected syntax. Since message.tags is dynamically passed from Django, bracket notation will be used (toastr["{{ message.tags }}"]) instead of dot notation. --- voting/templates/voting/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voting/templates/voting/base.html b/voting/templates/voting/base.html index a775a067..5e3f8e7f 100644 --- a/voting/templates/voting/base.html +++ b/voting/templates/voting/base.html @@ -111,7 +111,7 @@ --> {% endfor %} {% endif %}