diff --git a/files/templates/versions.html b/files/templates/versions.html index 576039a4b..068436f91 100644 --- a/files/templates/versions.html +++ b/files/templates/versions.html @@ -4,7 +4,7 @@

Versions of /{% if obj.fullname.startswith('p_') %}post{% else %}comment{% endif %}/{{obj.id}}

Versions of /{% if obj.fullname.startswith('p_') %}post{% else %}comment{% endif %}/{{obj.id}}

-
+
{% if obj.fullname.startswith('p_') %}

{{obj.title_html | safe}}

@@ -13,12 +13,12 @@ {{obj.body_html | safe}} {% for edit in obj.edits %} -
+
{% if obj.fullname.startswith('p_') %}

{{edit.old_title_html | safe}}

{% endif %} {{edit.old_body_html | safe}} {% endfor %} -
+
{% endblock %}