Page not found (404)

Request Method: GET
Request URL: http://dionysos.survey.ntua.gr/workshop/call-for-paper/

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

  1. [name='index_el']
  2. dso/ [name='index_el']
  3. dso/index_el/ [name='index_el']
  4. dso/index/ [name='index']
  5. dso/under_construction/ [name='under_construction']
  6. dso/personel/ [name='personel']
  7. dso/personel_el/ [name='personel_el']
  8. dso/goals_el/ [name='goals_el']
  9. dso/goals/ [name='goals']
  10. dso/infrastructure_el/ [name='infrastructure_el']
  11. dso/infrastructure/ [name='infrastructure']
  12. dso/history_el/ [name='history_el']
  13. dso/history/ [name='history']
  14. dso/courses_el/ [name='courses_el']
  15. dso/courses/ [name='courses']
  16. dso/research_el/ [name='research_el']
  17. dso/research/ [name='research']
  18. dso/timeseries/ [name='timeseries']
  19. dso/tide_gauges/ [name='tide_gauges']
  20. dso/photo_gallery/ [name='photo_gallery']
  21. dso/photo_gallery_el/ [name='photo_gallery_el']
  22. dso/gnss_analysis/ [name='gnss_analysis']
  23. dso/gnss_analysis_el/ [name='gnss_analysis_el']
  24. dso/campaigns/ [name='campaigns']
  25. dso/campaigns_el/ [name='campaigns_el']
  26. dso/publications_el/ [name='publications_el']
  27. dso/publications/ [name='publications']
  28. dso/collaborating_institutes_el/ [name='collaborating_institutes_el']
  29. dso/collaborating_institutes/ [name='collaborating_institutes']
  30. dso/crd_transform/ [name='crd_transform']
  31. dso/helpos_dso/ [name='helpos_dso']
  32. dso/helpos_dso_el/ [name='helpos_dso_el']
  33. dso/enceladus/ [name='enceladus']
  34. dso/enceladus_el/ [name='enceladus_el']
  35. dso/<str:station_four_char_id>/ [name='station']
  36. admin/

The current path, workshop/call-for-paper/, 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.