Page not found (404)

Request Method: GET
Request URL: https://booksofduchesses.com/texts/Congratulacion%2520et%2520graces%2520de%2520la%2520nativit%25C3%25A9%2520de%2520Charles%2520aisn%25C3%25A9%2520filz%2520du%2520roy%2520Loys%2520unziesme%2520de%2520ce%2520nom/n/a

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

  1. admin/
  2. [name='index']
  3. loadup/ [name='loadup']
  4. books/<str:book_id> [name='books']
  5. owners/<str:owner_id>/ [name='owners']
  6. texts/<str:text_id>/ [name='texts']
  7. books-autocomplete/ [name='books-autocomplete']
  8. search [name='search']
  9. about [name='about']
  10. suggest [name='suggest_sel']
  11. suggest/book [name='suggest_book']
  12. suggest/owner [name='suggest_owner']
  13. teach [name='teach']
  14. bibliography [name='bibliography']

The current path, texts/Congratulacion%20et%20graces%20de%20la%20nativit%C3%A9%20de%20Charles%20aisn%C3%A9%20filz%20du%20roy%20Loys%20unziesme%20de%20ce%20nom/n/a, 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.