Page not found (404)

Request Method: GET
Request URL: http://www.mantas-tattoo.com/Mantas_animals.html

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

  1. ^$
  2. ^admin/
  3. ^markitup/
  4. ^advice/
  5. ^home/
  6. ^mantas/
  7. ^ilona/
  8. ^tattoos/
  9. ^artwork/
  10. ^studio/
  11. ^contact/
  12. ^media\/(?P<path>.*)$
  13. ^static\/(?P<path>.*)$

The current path, Mantas_animals.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.