Page not found (404)

Request Method: GET
Request URL: https://www.relaexx-pirna.de/node/14

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

  1. [name='index']
  2. index.html [name='index2']
  3. datenschutz.html
  4. hypnotherapie.html
  5. kontakt.html
  6. physiotherapie.html
  7. rechtliche-hinweise.html
  8. terminvereinbarung.html
  9. uber-uns.html
  10. unser-angebot.html
  11. admin/

The current path, node/14, 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.