Page not found (404)

Request Method: GET
Request URL: http://yp.plab.fi/tasks/task2-0/

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

  1. admin/
  2. [name='login_index']
  3. login/ [name='login_index']
  4. logout/ [name='logout']
  5. session-details/ [name='session_details']
  6. deleteuser/ [name='delete_user']
  7. info [name='infopage']
  8. privacy [name='privacypage']
  9. lataa [name='downloadgame']
  10. tasks/ [name='tasks_index']
  11. tasks/ task1-0/ [name='Task1_0Form']
  12. tasks/ task1-1/ [name='Task1_1Form']
  13. tasks/ tweet/ [name='tasks-tweet']
  14. tasks/ task3-0/ [name='Task3_0Form']
  15. tasks/ task3-1/ [name='Task3_1Form']
  16. tasks/ task3-2/ [name='Task3_2Form']
  17. tasks/ task4-0/ [name='Task4_0Form']
  18. tasks/ task4-1/ [name='Task4_1Form']
  19. tasks/ namegenerator/ [name='namegenerator_index']
  20. tasks/ task5-1/ [name='Task5_1Form']
  21. tasks/ task5-2/ [name='Task5_2Form']
  22. tasks/ task5-3/ [name='Task5_3Form']
  23. tasks/ task6-0/ [name='Task6_0Form']
  24. tasks/ self-assessment/ [name='SelfAssesmentForm']
  25. bmc/
  26. questionnaire/
  27. pricecalculator/
  28. saleschannel/
  29. competitorcustomer/
  30. marketingrocket/
  31. strengthcards/
  32. timeplanner/
  33. swot/
  34. api/
  35. api/
  36. api/
  37. api-auth/
  38. ^static/(?P<path>.*)$

The current path, tasks/task2-0/, 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.