Page not found (404)

Request Method: GET
Request URL: https://leedbank.com/service/index.html

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

  1. admin/
  2. [name='home']
  3. about/ [name='about']
  4. service/ [name='service-d']
  5. ServiceOne/ [name='service-one']
  6. ServiceTwo/ [name='service-two']
  7. Team/ [name='team']
  8. testimonials/ [name='testimonials']
  9. service-Category/ [name='Service-cat']
  10. contact/ [name='contact']
  11. transactions/
  12. auth/
  13. dashboard/

The current path, service/index.html, 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.