diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2022-01-28 19:51:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2022-01-28 19:51:07 +0000 |
commit | c440a5f2efa3bc4d1f2ec1d90051794c7ca4f330 (patch) | |
tree | 9a56cfc1f4ceba397ad1b5f917e04251a87b30dd | |
parent | af0fd930d943005c1716c7ff06c9825d2bad2a20 (diff) | |
parent | 86e61cf048518963776d12ead4cce613d16226f2 (diff) |
Merge "Remove pluralization block that was throwing an error in prod (unregistered tag)"
-rw-r--r-- | src/templates/base/notifier/new_booking.html | 2 |
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 %} |