Page not found (404)

Request Method: GET
Request URL: https://www.keramika-branajazyku.cz/info.html

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

  1. admin/
  2. [name='index']
  3. deti [name='children']
  4. zapis-krouzku [name='provizorni_zapis']
  5. dospeli [name='adults']
  6. lektori [name='teachers']
  7. account-signup [name='children_sign_up']
  8. account-login [name='children_login']
  9. account-logout [name='children_logout']
  10. account-info [name='account_info']
  11. account-info-edit [name='account_info_edit']
  12. dite-edit/<int:child_id> [name='child_edit']
  13. dite-nove [name='child_add_new']
  14. zapis-krouzku [name='children_sign_into_classes']
  15. zapis-krouzku/zapsano [name='sign_up_child']
  16. dospely-edit/<int:adult_id> [name='adult_edit']
  17. dospely-novy [name='adult_add_new']

The current path, info.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.