We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f38516 commit bd5910dCopy full SHA for bd5910d
1 file changed
src/templates/admin/elements/journal/log_description.html
@@ -38,7 +38,11 @@ <h2>Subject</h2>
38
<h2>Content</h2>
39
</div>
40
<div class="content">
41
+ {% if article %}
42
{{ entry.description|safe|linebreaksbr|se_can_see_pii:article }}
43
+ {% else %}
44
+ {{ entry.description|safe|linebreaksbr }}
45
+ {% endif %}
46
47
48
0 commit comments