Page not found (404)

Request Method: GET
Request URL: https://utahelderjustice.org/author/elderjustice/

Using the URLconf defined in elder_justice.urls, Django tried these URL patterns, in this order:

  1. assets/
  2. sitefiles/
  3. admin/
  4. accounts/
  5. accounts/
  6. [name='mow-index-view']
  7. create--/ [name='mow-create-view']
  8. preview.html/ [name='mow-preview-view']
  9. list/ [name='mow-list-view']
  10. financials [name='financials']
  11. under-construction [name='under-construction']
  12. send-contact [name='send-contact']
  13. <str:alias>/update [name='mow-update-view']
  14. <str:alias>/ [name='mow-detail-view']
  15. footer/ [name='footer-view']

The current path, author/elderjustice/, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.