Page not found (404)

Request Method: GET
Request URL: https://www.hippo.mn/vbid-fa0ce8a0-tgcgc5sv

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

  1. admin/
  2. news/
  3. rpage/
  4. [name='Index']
  5. about/ [name='abouts']
  6. levels/ [name='Categories and levels']
  7. prizes/ [name='Prizes']
  8. ranking/ [name='Marking and Ranking']
  9. rounds/ [name='Marking and Ranking']
  10. faq/ [name='FAQ']
  11. register_page/ [name='Registration page']
  12. register/ [name='Registration form']
  13. login/
  14. display_registration/
  15. gallery/ [name='Gallery']
  16. sample_test/ [name='Sample test']
  17. lang/<lang> [name='en']
  18. dun/ [name='Dun']
  19. results/ [name='Results']
  20. teachers/ [name='Teacher']
  21. pdf/ [name='Pdf']
  22. pdf2/
  23. schools/
  24. ^media\/(?P<path>.*)$
  25. ^static\/(?P<path>.*)$

The current path, vbid-fa0ce8a0-tgcgc5sv, 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.