mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 04:10:57 -05:00
This was an awkward property to have in a model class because - it’s presentation not data about the object - it munged together data from a different object, so it wasn’t well encapsulated This commit moves the logic to the template, where it can reference the `Organisation` and `User` models directly.