Page not found (404)

Request Method: GET
Request URL: https://timestint.com/jabber/login.html

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

  1. tsapi/v1/
  2. tsapi/v1/
  3. ckeditor/
  4. ts/
  5. password-reset/confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  6. password-reset/done/ [name='password_reset_done']
  7. password-reset/ [name='password_reset']
  8. performance/
  9. blog/
  10. projects/<str:slug>/delete/<int:employee>/ [name='employee-delete']
  11. activate/<slug:uidb64>/<slug:token>/ [name='activate']
  12. profile/edit/ [name='profile_edit']
  13. projects/<str:slug>/ [name='project']
  14. task/<str:slug>/ [name='task']
  15. board-update/ [name='boardupdate']
  16. boardadd/ [name='boardadd']
  17. taskadd/ [name='taskadd']
  18. daily-report/<int:companyid>/ [name='daily-report']
  19. invitation/<str:identifier> [name='invitation']
  20. detail/<str:slug>/ [name='detailed_career']
  21. screenshots/<str:username>/ [name='screenshots']
  22. invite/ [name='invite']
  23. projects/ [name='projects']
  24. screenshots/ [name='screenshots']
  25. reports/ [name='reports']
  26. signup/ [name='signup']
  27. login/ [name='login']
  28. logout/ [name='logout']
  29. dashboard/ [name='dashboard']
  30. angular/ [name='angular']
  31. companies/ [name='companies']
  32. team/ [name='team']
  33. faq/ [name='faq']
  34. about/ [name='about']
  35. pricing/ [name='pricing']
  36. features/ [name='features']
  37. terms-and-conditions/ [name='terms']
  38. privacy-policy/ [name='privacy']
  39. contact-us/ [name='contact']
  40. mobile-app/ [name='mobile_app']
  41. desktop-app/ [name='desktop_app']
  42. jabber/ [name='messanger']
  43. web-app/ [name='web_app']
  44. career/ [name='career']
  45. exportfile/ [name='exportfile']
  46. download_version/ [name='download_version']
  47. companyupdate/ [name='companyupdate']
  48. notify/ [name='notify']
  49. firebase-messaging-sw.js
  50. [name='home']
  51. ^media/(?P<path>.*)$
  52. ^media/(?P<path>.*)$

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