apply the chud img in post body previews

pull/213/head
Aevann 2023-10-11 20:39:51 +03:00
parent 42003c7e00
commit da7d9b23fa
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@
{% if not v_forbid_deleted %}
{% if p.realbody(v) %}
<div class="{% if p.chudded %}text-uppercase{% endif %} d-none card rounded border post-preview" id="post-text-{{p.id}}">
<div class="{% if p.chudded %}text-uppercase chud-img chud-{{p.id_last_num}}{% endif %} d-none card rounded border post-preview" id="post-text-{{p.id}}">
{{p.realbody(v) | safe}}
</div>
{% endif %}