Page not found (404)

Request Method: GET
Request URL: https://eksist.si/en/author/ivanl/

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

  1. admin/
  2. en/ Company [name='company']
  3. en/ cookies [name='legalNotice']
  4. en/ personal-data-protection-policy [name='privacyPolicy']
  5. en/ ^i18n/
  6. en/ employment/<slug:job_slug> [name='employmentDetails']
  7. en/ staffing [name='employment']
  8. en/ ^i18n/
  9. en/ ^i18n/
  10. en/ [name='home']
  11. en/ contact [name='contact']
  12. en/ services [name='service']
  13. en/ <slug:service_type_slug> [name='services']
  14. ^media/(?P<path>.*)$

The current path, en/author/ivanl/, 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.