summaryrefslogtreecommitdiffstats
path: root/includes/admin/views/_edit_concert_form.php
Commit message (Collapse)AuthorAgeFilesLines
* css small fixed for table displayAndreaChirulescu2022-02-091-1/+2
| | | | added pagination to concert list
* Move New Venue form to a separate partial.Harald Eilertsen2021-09-171-7/+2
|
* Add CSRF checks for edit concert form.Harald Eilertsen2021-09-171-0/+1
|
* Move the concerts table and edit form out of AdminPage.Harald Eilertsen2021-09-041-0/+82
Currently the AdminPage is still responsible for updating changes to any of the concerts, but I'd like to get that into their respective classes too. That way the AdminPage will just be a simple class to handle the layout of the page, while all the specific functionality is in their own classes. This is also the first step to be able to reuse the concerts table on the public end of the site.