From 86e61cf048518963776d12ead4cce613d16226f2 Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Fri, 28 Jan 2022 14:47:02 -0500 Subject: Remove pluralization block that was throwing an error in prod (unregistered tag) Signed-off-by: Sawyer Bergeron Change-Id: Id3e8d66fb3af37ff1367118e78844447b9a00682 --- src/templates/base/notifier/new_booking.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/templates/base/notifier/new_booking.html') diff --git a/src/templates/base/notifier/new_booking.html b/src/templates/base/notifier/new_booking.html index 6d3c344..d886f40 100644 --- a/src/templates/base/notifier/new_booking.html +++ b/src/templates/base/notifier/new_booking.html @@ -112,7 +112,7 @@ {{booking.purpose}} - collaborator{% booking.collaborators.all.count|pluralize:"s" %}: + collaborators: {% for user in booking.collaborators.all %} -- cgit 1.2.3-korg