From 008e0ab3656840aee1b7944bb3d5b58dee7f7ebe Mon Sep 17 00:00:00 2001 From: mo8it Date: Tue, 30 May 2023 16:10:00 +0200 Subject: [PATCH] Add safe to urls --- templates/404.html | 6 ++++-- templates/appointment.html | 2 +- templates/index.html | 13 ++++++++----- templates/offers.html | 2 +- templates/partials/nav.html | 5 +++-- 5 files changed, 17 insertions(+), 11 deletions(-) diff --git a/templates/404.html b/templates/404.html index f7424d0..a2b7278 100644 --- a/templates/404.html +++ b/templates/404.html @@ -4,12 +4,14 @@

Seite nicht gefunden

-
{% endblock %} diff --git a/templates/appointment.html b/templates/appointment.html index aaeb50f..9122555 100644 --- a/templates/appointment.html +++ b/templates/appointment.html @@ -49,7 +49,7 @@ diff --git a/templates/index.html b/templates/index.html index 805ab59..ea48441 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,9 @@ {% extends "base.html" %} -{% block styles %}{% endblock %} +{% block styles %} + +{% endblock %} {% block content %}
@@ -15,9 +18,9 @@
- Unser Angebot - Terminvereinbarung
@@ -25,9 +28,9 @@ {% endblock %} {% block scripts %} - +