Page not found (404)

Request Method: GET
Request URL: https://pangeakeppni.is/website/detail_round/201982/8/

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

  1. [name='home']
  2. um-pangeu/ [name='info']
  3. algengar-spurningar/ [name='faq']
  4. spurningabanki/ [name='questions']
  5. spurningabanki/<int:year><int:grade><int:round_nr>/<int:problem_nr>/ [name='detail_round']
  6. tolfraedi/ [name='stats']
  7. register_link [name='register_link']
  8. pangea_tools/
  9. skraning/
  10. svor/
  11. admin/
  12. banki/
  13. stats/
  14. pangeuaskorun/
  15. ^static\/(?P<path>.*)$
  16. ^media\/(?P<path>.*)$

The current path, website/detail_round/201982/8/, 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.