Page not found (404)

Request Method: GET
Request URL: http://mermru.com/bibles/19//verses?l1=None&l2=None

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

  1. games/
  2. corpus/
  3. tools/
  4. accounts/
  5. dictionary/
  6. [name='index']
  7. about [name='about']
  8. start_end [name='start_end']
  9. gen_with_pattern [name='gen_with_pattern']
  10. bibles/ [name='index']
  11. bibles/ en [name='index']
  12. bibles/ <int:book_id>/chapters/ [name='chapters']
  13. bibles/ <int:book_id>/<int:chapter_id>/verses/ [name='verses']
  14. fidelat/
  15. admin/
  16. ^media\/(?P<path>.*)$
  17. ^media\/(?P<path>.*)$

The current path, bibles/19//verses, 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.