Page not found (404)

Request Method: GET
Request URL: https://albatian.com/www.albatian.com%3E%3Cspan%20style%3D

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

  1. ^filer/
  2. ^ ^smedia/filer_private/
  3. ^ ^smedia/filer_private_thumbnails/
  4. ^media/(?P<path>.*)$
  5. ^site\-static\/(?P<path>.*)$
  6. ^forms/submit/$ [name='djangocms_forms_submissions']
  7. ^es/forms/submit/$ [name='djangocms_forms_submissions']
  8. ^robots.txt$
  9. ^google8f39161bb8f7f26c.html$
  10. ^es/
  11. ^__debug__/

The current URL, www.albatian.com><span style=, 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.