From dc27157a46b88ac627e78b811e36b4e9ec354a41 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 11 Mar 2022 19:35:30 +0100 Subject: [PATCH] Restrict inline JavaScript --- photo21/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photo21/templates/base.html b/photo21/templates/base.html index 5cf6a7d..d5ac6d9 100644 --- a/photo21/templates/base.html +++ b/photo21/templates/base.html @@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-3.0-or-later - + {% block title %}{{ title }}{% endblock title %} - {{ request.site.name }}