Page not found (404)

Request Method: GET
Request URL: https://buchvorschlag.ub.rub.de/buchvorschlag/formular/

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

  1. ^neueBV/$
  2. ^editkatalog/$
  3. ^katalog/$
  4. ^danke/$
  5. ^formular/$
  6. ^pdf/$
  7. ^druck/$
  8. ^/$
  9. ^ ^$
  10. ^ ^logout/$
  11. ^ ^password_change/$
  12. ^ ^password_change/done/$
  13. ^ ^jsi18n/$
  14. ^ ^r/(?P<content_type_id>\d+)/(?P<object_id>.+)/$
  15. ^ ^(?P<app_label>\w+)/$
  16. ^ ^vorschlag/textbaustein/
  17. ^ ^vorschlag/buchvorschlag/
  18. ^ ^vorschlag/fachgebiet/
  19. ^ ^auth/user/
  20. ^ ^auth/group/
  21. ^ ^vorschlag/benutzer/
  22. ^Media/(?P<path>.*)$

The current URL, buchvorschlag/formular/, 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.