Merge "Remove pluralization block that was throwing an error in prod (unregistered...
[laas.git] / 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 %}