Add admin views to view registrations
authorMagnus Hagander <magnus@hagander.net>
Mon, 26 Feb 2018 15:56:49 +0000 (16:56 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 26 Feb 2018 15:57:34 +0000 (16:57 +0100)
commit7fe8da9d0934777f71b0bb21a177caac3aa90df3
tree279faa47991b4f0376d91443a2553a1a15f8f8fe
parent7c7173e993b7c7fc1283e2f79faa09d8afe5e873
Add admin views to view registrations

This removes the need to use the /admin/ interface, and makes it easier
to drill down into some types of information such as how a registration
was paid.
postgresqleu/confreg/views.py
postgresqleu/urls.py
template/confreg/admin_registration_dashboard.html
template/confreg/admin_registration_list.html [new file with mode: 0644]
template/confreg/admin_registration_single.html [new file with mode: 0644]