Files
notifications-admin/app/models
Chris Hill-Scott e675500ac2 Move branding info from model
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.
2021-10-26 18:14:09 +01:00
..
2021-09-15 15:12:13 +01:00
2021-06-14 12:52:54 +01:00
2021-10-26 18:14:09 +01:00