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_') %}