Files @ fe7628b36ef2
Branch filter:

Location: symposion_app/fixtures/conference.json

Joel Addison
Improve credit note page

Add link back to attendee and source invoice.
Add page title and spacing to page layout.
[
{
  "model": "symposion_conference.conference",
  "pk": 1,
  "fields": {
    "title": "linux.conf.au 2020",
    "start_date": "2020-01-13",
    "end_date": "2020-01-17",
    "timezone": "Australia/Brisbane"
  }
}
]