Remove pluralization block that was throwing an error in prod (unregistered tag) 01/73201/1
authorSawyer Bergeron <sbergeron@iol.unh.edu>
Fri, 28 Jan 2022 19:47:02 +0000 (14:47 -0500)
committerSawyer Bergeron <sbergeron@iol.unh.edu>
Fri, 28 Jan 2022 19:47:02 +0000 (14:47 -0500)
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Change-Id: Id3e8d66fb3af37ff1367118e78844447b9a00682

src/templates/base/notifier/new_booking.html

index 6d3c344..d886f40 100644 (file)
                     <td>{{booking.purpose}}</td>
                 </tr>
                 <tr class="row3">
-                    <td>collaborator{% booking.collaborators.all.count|pluralize:"s" %}:</td>
+                    <td>collaborators:</td>
                     <td></td>
                 </tr>
                 {% for user in booking.collaborators.all %}