From 31b662fab9b3980fbb6beca35c3b75e3027727b2 Mon Sep 17 00:00:00 2001 From: Paul Schilling Date: Thu, 6 Feb 2025 12:53:48 +0100 Subject: [PATCH] [#3020] Use custom titles for flatpages --- src/open_inwoner/templates/flatpages/default.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/open_inwoner/templates/flatpages/default.html b/src/open_inwoner/templates/flatpages/default.html index 1a531afe37..38bccaa4b8 100644 --- a/src/open_inwoner/templates/flatpages/default.html +++ b/src/open_inwoner/templates/flatpages/default.html @@ -1,6 +1,8 @@ {% extends 'master.html' %} {% load render_tags %} +{% block title %}{{ flatpage.title }}{% endblock %} + {% block content %}

{{ flatpage.title }}

{{ flatpage.content|ckeditor_content|safe }}