Skip to content

Commit

Permalink
Merge pull request #1602 from maykinmedia/task/3020-flatpages-title
Browse files Browse the repository at this point in the history
[#3020] Use custom titles for flatpages
  • Loading branch information
swrichards authored Feb 6, 2025
2 parents ea4d1ef + 31b662f commit 13a3663
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/open_inwoner/templates/flatpages/default.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{% extends 'master.html' %}
{% load render_tags %}

{% block title %}{{ flatpage.title }}{% endblock %}

{% block content %}
<h1 class="utrecht-heading-1">{{ flatpage.title }}</h1>
<p class="utrecht-paragraph">{{ flatpage.content|ckeditor_content|safe }}</p>
Expand Down

0 comments on commit 13a3663

Please sign in to comment.