Page not found (404)

Request Method: GET
Request URL: http://arget-dpedago.urv.cat/es/publications/thesis/-

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

  1. ^rosetta/
  2. ^tinymce/
  3. ^es/ ^admin/
  4. ^es/ ^ ^$ [name='home']
  5. ^es/ ^ ^home/news_detail/(?P<news_type>\w+)/(?P<news_id>\d+)/?$ [name='news_detail']
  6. ^es/ ^ ^late/late/?$ [name='late']
  7. ^es/ ^ ^late/team/?$ [name='team']
  8. ^es/ ^ ^late/team_member/(?P<pk>\d+)/?$ [name='team_member']
  9. ^es/ ^ ^projects/all/?$ [name='projects_all']
  10. ^es/ ^ ^projects/all/(?P<year>\d+)?/?$ [name='projects_all']
  11. ^es/ ^ ^projects/innovation/?$ [name='projects_innovation']
  12. ^es/ ^ ^projects/innovation/(?P<year>\d+)?/?$ [name='projects_innovation']
  13. ^es/ ^ ^projects/research/?$ [name='projects_research']
  14. ^es/ ^ ^projects/research/(?P<year>\d+)?/?$ [name='projects_research']
  15. ^es/ ^ ^projects/transference/?$ [name='projects_transference']
  16. ^es/ ^ ^projects/transference/(?P<year>\d+)?/?$ [name='projects_transference']
  17. ^es/ ^ ^projects/detail/(?P<pk>\d+)/?$ [name='project_detail']
  18. ^es/ ^ ^research/?$ [name='research']
  19. ^es/ ^ ^publications/publications/?$ [name='publications_publications']
  20. ^es/ ^ ^publications/publications/(?P<year>\d+)?/?$ [name='publications_publications']
  21. ^es/ ^ ^publications/communications/?$ [name='publications_communications']
  22. ^es/ ^ ^publications/communications/(?P<year>\d+)?/?$ [name='publications_communications']
  23. ^es/ ^ ^publications/thesis/?$ [name='publications_thesis']
  24. ^es/ ^ ^publications/thesis/(?P<year>\d+)?/?$ [name='publications_thesis']
  25. ^es/ ^ ^events/?$ [name='events']
  26. ^es/ ^ ^media\/(?P<path>.*)$

The current URL, es/publications/thesis/-, 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.