Page not found (404)

Request Method: GET
Request URL: https://www.century21corporations.com/about/contact.html

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

  1. admin/
  2. [name='home']
  3. plan/ [name='plan']
  4. about/ [name='about']
  5. career/ [name='career']
  6. signin/ [name='signin']
  7. privacy/ [name='privacy']
  8. main-view/ [name='main-view']
  9. main-view/<str:ref_code>/ [name='main-view']
  10. signup/ [name='signup']
  11. terms/ [name='terms']
  12. realestate/ [name='realestate']
  13. crypto/ [name='crypto']
  14. forex/ [name='forex']
  15. nft/ [name='nft']
  16. contact/ [name='contact']
  17. stocks/ [name='stocks']
  18. agriculture/ [name='agriculture']
  19. gold/ [name='gold']
  20. retirement/ [name='retirement']
  21. dashboard/ [name='dashboard']
  22. admindashboard/ [name='admindashboard']
  23. deposit/ [name='deposit']
  24. withdrawal/ [name='withdrawal']
  25. history/ [name='history']
  26. myreferals/ [name='myreferals']
  27. confirm_withdrawal/ [name='confirm_withdrawal']
  28. update_withdrawal/<str:pk>/ [name='update_withdrawal']
  29. decline_wihdrawal/<str:pk>/ [name='decline_wihdrawal']
  30. confirm_deposit/ [name='confirm_deposit']
  31. update_payment/<str:pk>/ [name='update_payment']
  32. account_settings/ [name='account_settings']
  33. reset_password/ [name='reset_password']
  34. reset_password_sent/ [name='password_reset_done']
  35. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  36. reset_password_complete/ [name='password_reset_complete']
  37. logout/ [name='logout']
  38. ^images/(?P<path>.*)$

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