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 %}
|
||||
<!-- 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 %}
|
||||
|
|
Loading…
Reference in a new issue