Page not found (404)

Request Method: GET
Request URL: http://www.aldiaensalud.com/condicionesdesalud/Epilepsia.aspx

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

  1. home/
  2. django-admin/
  3. sitemap.xml
  4. admin/
  5. documents/
  6. home/
  7. api/users/
  8. api/users/<str:pk>
  9. api/confirm_email/<str:pk>
  10. api/recover_password/<str:pk>
  11. api2/users/
  12. api2/users/<str:pk>
  13. api2/confirm_email/<str:pk>
  14. api2/recover_password/<str:pk>
  15. robots.txt/
  16. api/countries
  17. api/departments/<int:id>
  18. api/cities/<int:id>
  19. api/neighborhood/<int:id>
  20. api/
  21. co/
  22. ^static/(?P<path>.*)$
  23. ^media/(?P<path>.*)$
  24. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  25. ^_util/login/$ [name='wagtailcore_login']
  26. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, condicionesdesalud/Epilepsia.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.