add comment
This commit is contained in:
parent
326e86e088
commit
a63aa1fd9c
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
||||||
{% if data['translated_spoiler'] != "" and data['translated_spoiler'] != null %}
|
{% if data['translated_spoiler'] != "" and data['translated_spoiler'] != null %}
|
||||||
<!-- translated spoiler -->
|
<!-- translated spoiler -->
|
||||||
<DIV CLASS='item-spoiler'>
|
<DIV CLASS='item-spoiler'>
|
||||||
|
(Translated spoiler)
|
||||||
{{ data['translated_spoiler'] }}
|
{{ data['translated_spoiler'] }}
|
||||||
</DIV>
|
</DIV>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -74,6 +75,7 @@
|
||||||
{% if data['translated_content'] != '' and data['translated_content'] != null %}
|
{% if data['translated_content'] != '' and data['translated_content'] != null %}
|
||||||
<!-- translated_content -->
|
<!-- translated_content -->
|
||||||
<DIV>
|
<DIV>
|
||||||
|
(Translated content)
|
||||||
{{ data['translated_content'] }}
|
{{ data['translated_content'] }}
|
||||||
</DIV>
|
</DIV>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue