perf: ticket msg field value set truncate string length

pull/13970/head
wangruidong 2024-08-14 16:36:42 +08:00 committed by Bryan
parent b38e5df1aa
commit fbdcc437e6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
{% for item in child.content %}
<p class="field-group">
<span class="field-name"><strong>{{ item.title }}:</strong></span>
<span class="field-value">{{ item.value }}</span>
<span class="field-value">{{ item.value | truncatechars:512 }}</span>
</p>
{% endfor %}
</div>