Page not found (404)

Request Method: GET
Request URL: https://rikstermbanken.se/rtb/visaKalla.html?locale=sv

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

  1. admin/
  2. edit/
  3. kallor/<int:source_id>
  4. ^kallor$
  5. termposter/<int:source_id>/<str:slug>
  6. ^search$
  7. ^$
  8. help/term_collection
  9. about/published_resources
  10. help/show-info-page
  11. ^robots.txt$ [name='robots-txt']
  12. ^static\/(?P<path>.*)$

The current path, rtb/visaKalla.html, 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.