Page not found (404)

Request Method: GET
Request URL: https://www.eurotours-bg.com/PresentationLayer/OfferDetails.aspx?offer=42

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

  1. [name='index']
  2. trips/ [name='trips']
  3. trip/<int:trip_id> [name='trip_details']
  4. about/ [name='about']
  5. contact/ [name='contact']
  6. conditions/ [name='conditions']
  7. admin/
  8. tinymce/
  9. ^static/(?P<path>.*)$
  10. ^media/(?P<path>.*)$

The current path, PresentationLayer/OfferDetails.aspx, 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.