summaryrefslogtreecommitdiff
path: root/src/templates/confirm_deletion.php
AgeCommit message (Collapse)Author
2021-11-10Add trailing slash to URLs to prevent redirectDavid T. Sadler
The Apache configuration redirects requests with out a trailing slash. It does a redirect without preserving the http method. E.g. a POST /store redirects to GET /store/
2021-11-09Use short echo tagsDavid T. Sadler
2021-11-03Improve HTML and CSSDavid T. Sadler
2021-11-01Ensure html is escapedDavid T. Sadler
2021-11-01Titles for each pageDavid T. Sadler
2021-10-13Implemente redirectsDavid T. Sadler