mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-27 21:52:35 -04:00
For some reason we were rebuilding `new_template` as a dictionary, without the `placeholders` attribute. This meant that we were never actually counting the placeholders, just counting the length of `None` and adding 1 to it. So this commit fixes that, beefs up the tests, and makes sure that everything is pluralised properly.