Files @ d4b0b52253ae
Branch filter:

Location: symposion_app/docker/Dockerfile.dev

Joel Addison
Registrasion updates

Show applied vouchers on attendee registration admin page.
Add head title and page title to more areas.
Update the dashboard to show warning for empty categories and have
button to open voucher page.
Fix exception on attendee page when user does not have attendee object.
1
2
3
4
ARG CI_COMMIT_SHA
FROM asia.gcr.io/linuxconfsydney/symposion_app_2020:$CI_COMMIT_SHA

CMD ["/app/symposion_app/docker/deploy_with_sqlite.sh"]