(error)=

# Error Pages

When running Django locally you get verbose error pages instead of the
standard ones. To access the HTML for the standard error pages, you can
access the urls:

```
/services/403
/services/404
/services/500
```