Page not found (404)

Request Method: GET
Request URL: https://examensprotokolle.fimm-online.de/create-protocol.php?exam=2

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

  1. [name='index']
  2. search/<str:exam_type> [name='search']
  3. view-protocol/<int:protocol_id> [name='view-protocol']
  4. view-examiner/<int:examiner_id> [name='view-examiner']
  5. add-protocol/<str:exam_type> [name='add-protocol']
  6. add-examiner/<str:exam_type> [name='add-examiner']
  7. get-examiners-json/<str:exam_type> [name='get-examiners-json']
  8. view-all-by-examiner/<int:examiner_id> [name='view-all-by-examiner']
  9. submit-user-info [name='submit-user-info']
  10. select2/
  11. oidc/
  12. oidc/callback/ [name='oidc_authentication_callback']
  13. admin/login/
  14. admin/

The current path, create-protocol.php, 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.