From f1328681cdede1b470ba2faaf81fb509ca3a8ece Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 8 Mar 2024 03:50:41 +0200 Subject: [PATCH] put current title and body --- files/templates/edits.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/files/templates/edits.html b/files/templates/edits.html index 40cf4f0b1..b7e688909 100644 --- a/files/templates/edits.html +++ b/files/templates/edits.html @@ -13,6 +13,13 @@ + + {% if obj.fullname.startswith('p_') %} + {{obj.title_html | safe}} + {% endif %} + {{obj.body_html | safe}} + + {% for edit in obj.edits %} {% if obj.fullname.startswith('p_') %}