Page not found (404)

Request Method: GET
Request URL: https://metashare.ut.ee/saml2/login/?next=/repository/browse/low-german-loanwords-in-the-estonian-language/6648d7aa95f611e6a6e4005056b400247e0a300f7081444296b3c05daf92eed5/

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

  1. ^$
  2. ^info/$ [name='info']
  3. ^login/$
  4. ^logout/$
  5. ^admin/
  6. ^editor/
  7. ^accounts/
  8. ^stats/
  9. ^repository/
  10. ^sync/
  11. ^selectable/
  12. ^sitemap\.xml$
  13. ^robots\.txt$
  14. ^static\/(?P<path>.*)$

The current URL, saml2/login/, 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.