Page not found (404)

Request Method: GET
Request URL: http://detdagligebrod.dk/opskrifter/emmerbr%25C3%25B8d/

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

  1. ^admin/
  2. ^tinymce/
  3. ^ ^$ [name='index']
  4. ^ ^(?P<slug>[-\w]+)/$ [name='section']
  5. ^ ^opskrifter/(?P<slug>[-\w]+)/$ [name='recipe2']
  6. ^ ^media\/(?P<path>.*)$

The current URL, opskrifter/emmerbr%C3%B8d/, 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.