From cff6024fdeb1efa104ca183f91ebdca75dcc6a75 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Fri, 14 Mar 2025 17:31:27 +0100 Subject: [PATCH] fix: typo in imprint template --- templates/imprint.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/imprint.j2 b/templates/imprint.j2 index bdd4d3b..011a5f2 100644 --- a/templates/imprint.j2 +++ b/templates/imprint.j2 @@ -1,4 +1,4 @@ -{% extends "base.js" %} +{% extends "base.j2" %} {% block title %}Imprint{% endblock %} {% block head %} {{ super() }}