Page not found (404)

Request Method: GET
Request URL: http://app.travelandsolutions.com/accounts/register/login-1.html

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

  1. accounts/ login/ [name='login']
  2. accounts/ activate/complete/ [name='activate-complete']
  3. accounts/ activate/<str:activation_key>/ [name='activate']
  4. accounts/ register/ [name='register']
  5. accounts/ register/success/ [name='register-complete']
  6. accounts/ logout/ [name='logout']
  7. accounts/ profile/<int:pk>/ [name='user-profile']
  8. accounts/ user/<int:pk>/update/ [name='user-update']
  9. accounts/ password_change/ [name='password-change']
  10. accounts/ password_change/done/ [name='password-change-done']
  11. dashboard/
  12. summernote/
  13. select2/
  14. yubin/
  15. paypal/
  16. admin/
  17. api-auth/
  18. impersonate/
  19. api/
  20. ^main/media/(?P<path>.*)$
  21. rosetta/

The current path, accounts/register/login-1.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.