Page not found (404)

Request Method: GET
Request URL: https://webtrigon.com/maps/

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

  1. admin/
  2. [name='home']
  3. services/ [name='services']
  4. contact/ [name='contact']
  5. contact/<slug:slug>/ [name='contact_with_description']
  6. new-contact/ [name='new_contact']
  7. case-studies/ [name='case-studies']
  8. job-portal/ [name='jobs']
  9. annual_returns/ [name='annual_returns']
  10. generate-invoice/ [name='create_invoice']
  11. robots.txt
  12. sitemap.xml

The current path, maps/, 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.