aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2022-01-28 19:51:07 +0000
committerGerrit Code Review <gerrit@opnfv.org>2022-01-28 19:51:07 +0000
commitc440a5f2efa3bc4d1f2ec1d90051794c7ca4f330 (patch)
tree9a56cfc1f4ceba397ad1b5f917e04251a87b30dd
parentaf0fd930d943005c1716c7ff06c9825d2bad2a20 (diff)
parent86e61cf048518963776d12ead4cce613d16226f2 (diff)
Merge "Remove pluralization block that was throwing an error in prod (unregistered tag)"
-rw-r--r--src/templates/base/notifier/new_booking.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<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 %}