Page not found (404)

Request Method: GET
Request URL: https://metashare.ut.ee/saml2/login/?next=/repository/browse/database-of-inflectional-morphology-of-estonian/a13fa4a842bc11eaa6e4005056b400246b1e279be25d46338d3e7e9f368bbfa2/

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.