Page not found (404)

Request Method: GET
Request URL: http://fightnightcombat.com/tournament%20EJC%202014%20Millstreet.html

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

  1. ^fightnightcombat/
  2. ^admin/
  3. ^$ [name='index']
  4. ^index.html [name='index']
  5. ^index.php [name='index']
  6. ^newsarchive.html [name='newsarchive']
  7. ^newsarchive.php [name='newsarchive']
  8. ^news-(?P<date>\w+)-(?P<title>.*)$ [name='newspost']
  9. ^points-and-rankings-(?P<rankings_date>\w+).html [name='points-and-rankings']
  10. ^(?P<rankings_date>\w+)-points-and-rankings.html [name='points-and-rankings']
  11. ^(?P<fullorshort>\w+)-(?P<rankings_date>\w+)-points-and-rankings.html [name='points-and-rankings']
  12. ^points-and-rankings-(?P<rankings_date>\w+)-(?P<fullorshort>\w+).html [name='points-and-rankings']
  13. ^race-rankings-(?P<rankings_date>\w+).html [name='race-rankings']
  14. ^womens-race-(?P<rankings_date>\w+).html [name='womens-race-rankings']
  15. ^womens-yearly-rankings-(?P<rankings_date>\w+).html [name='womens-yearly-rankings']
  16. ^country-tournament-rankings-(?P<rankings_country>\w+)-(?P<fullorshort>\w+).html [name='country-tournament-rankings']
  17. ^country-tournament-rankings-(?P<rankings_country>\w+).html [name='country-tournament-rankings']
  18. ^region-tournament-rankings-(?P<rankings_country>\w+)-(?P<fullorshort>\w+).html [name='country-tournament-rankings']
  19. ^region-tournament-rankings-(?P<rankings_country>\w+).html [name='country-tournament-rankings']
  20. ^countries-and-regions.html [name='coutries-and-regions']
  21. ^european-open-championship-qualification-overview.html [name='european-masters-qualification-overview']
  22. ^european-open-championship-qualification-player-(?P<player_number>\w+).html [name='qualification-possibilities']
  23. ^tournament-(?P<tournamentname>[\w-]+)-qualification-guide.html(?P<listinput>.*) [name='tournament-qualification-guide']
  24. ^tournament-(?P<tournamentname>[\w-]+)-bracket.html [name='tournament-bracket-page']
  25. ^tournament-(?P<tournamentname>[\w-]+)-participation.html [name='tournament-participation-page']
  26. ^tournament-(?P<tournamentname>[\w-]+)-media.html [name='tournament-news-or-media-page']
  27. ^tournament-(?P<tournamentname>[\w-]+)-news.html [name='tournament-news-or-media-page']
  28. ^qualification-list-to-bracket-(?P<tournamentname>[\w-]+).html(?P<listinput>.*) [name='tournament-qualification-list-to-bracket']
  29. ^top-10-rankings-(?P<pastorfuture>\w+).html [name='newpastrankings']
  30. ^allplayers.html [name='all-players']
  31. ^instagram.html [name='latestInstagram']
  32. ^submit-tournament-results.html [name='submit-tournament-results']
  33. ^tournament-calendar-(?P<list>\w+).html [name='tournament-list']
  34. ^tournament-(?P<tournamentname>[\w-]+).html [name='tournament-main-page']
  35. ^(?P<list>\w+)-tournaments.html [name='tournament-list']
  36. ^(?P<subtag>\w+)-tournament-participation-levels.html [name='tournament-list']
  37. ^player-(?P<player_number>\w+).html [name='player-tournaments']
  38. ^player-(?P<player_number>\w+)-profile.html [name='player-page']
  39. ^player-(?P<player_number>\w+)-tournaments.html [name='player-tournaments']
  40. ^player-(?P<player_number>\w+)-rankings.html [name='player-rankings']
  41. ^player-(?P<player_number>\w+)-rivalries.html [name='player-rivalries']
  42. ^player-(?P<player_number>\w+)-matches.html [name='player-matches']
  43. ^player-(?P<player_number>\w+)-matches-elo.html [name='player-matches-elo']
  44. ^player-(?P<player_number>\w+)-matches-rank.html [name='player-matches-rank']
  45. ^winsvstop10-(?P<year>\w+).html [name='wins-vs-top-ten']
  46. ^category-(?P<categoryinput>[\w-]+).html [name='category']
  47. ^all-(?P<list>[\w-]+)-tournaments.html [name='tournament-list']
  48. ^tournamentpreview.html [name='tournament-preview']
  49. ^hostevents.html [name='hostevents']
  50. ^allvideos.html [name='allvideos']
  51. ^winningstreaks-(?P<list>\w+).html [name='winningstreaks']
  52. ^winningstreaks.(?P<list>\w+) [name='winningstreaks']
  53. ^perfectqualification.html [name='perfectqualification']
  54. ^headtohead-(?P<player1number>\w+)-(?P<player2number>\w+).html [name='headtohead']
  55. ^futurefacebookevents.html [name='futurefacebookevents']
  56. ^playerfacebooklinks.html [name='playerfacebooklinks']
  57. ^elo-ratings.html [name='eloratings']
  58. ^elovsrankingsmatchpredictions.html [name='elovsrankingsmatchpredictions']
  59. ^finalists-and-winners.html [name='finalistsandwinners']
  60. ^participation-award.html [name='participationaward']
  61. ^losing-streaks.html [name='losingstreaks']
  62. ^always-the-bridesmaid.html [name='alwaysthebridesmaid']
  63. ^news-all.rss [name='news-all']
  64. ^(?P<pagename>[\w-]+).html [name='page']
  65. admin/

The current path, tournament EJC 2014 Millstreet.html, 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.