Page not found (404)

Request Method: GET
Request URL: http://www.briz.no/d/dress/Lysegr%25E5-Dress-Gr%25E5-dress/

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

  1. ^admin/
  2. ^admin/doc/
  3. ^$ [name='index']
  4. ^omoss/$ [name='contact']
  5. ^10-tips-til-bryllupet/$ [name='tips']
  6. ^slik-skal-dressen-sitte/$ [name='dressen_sitte']
  7. ^dress-guide-for-menn/$ [name='dress_guide']
  8. ^(?P<product_type>[a-zA-Z]+)/(?P<product_slug>[\w-]+)/$ [name='detail']
  9. ^(?P<collection_type>[a-zA-Z]+)/$ [name='collection']
  10. ^static/(?P<path>.*)$
  11. ^media/(?P<path>.*)$

The current path, dress/Lysegr%E5-Dress-Gr%E5-dress/, 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.