aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/errors/generic.html
Commit message (Collapse)AuthorAgeLines
* Add offline storing of inspect forms.Matthew Somerville2016-12-16-0/+4
| | | | | | | | | | This allows the inspect form to be submitted when offline, with the data saved in localStorage, the number of saved forms shown in the banner, and the forms to be uploaded when back online. It copes if you go back to a report after having submitted the form, and if the back-online submission fails due to CSRF failure, retrying once with a new token.
* Improve some error pages.Matthew Somerville2016-01-26-4/+5
| | | | | Use design of auth/token in generic error, 404, and token server error pages, and use the same error for too old/ token not found errors.
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+8
This should reduce confusion with the Default cobrand and override order.