Page not found (404)

Request Method: GET
Request URL: http://arget-dpedago.urv.cat/en/home/news_detail/News/@jholgadog

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

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

The current URL, en/home/news_detail/News/@jholgadog, 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.