add comment

This commit is contained in:
Antonio J. Delgado 2025-02-18 11:04:36 +02:00
parent 326e86e088
commit a63aa1fd9c

View file

@ -61,6 +61,7 @@
{% if data['translated_spoiler'] != "" and data['translated_spoiler'] != null %}
<!-- translated spoiler -->
<DIV CLASS='item-spoiler'>
(Translated spoiler)
{{ data['translated_spoiler'] }}
</DIV>
{% endif %}
@ -74,6 +75,7 @@
{% if data['translated_content'] != '' and data['translated_content'] != null %}
<!-- translated_content -->
<DIV>
(Translated content)
{{ data['translated_content'] }}
</DIV>
{% else %}