Исправлена небольшая ошибка в publications.html
This commit is contained in:
parent
1713115adf
commit
4bde9c87f1
@ -260,7 +260,7 @@
|
|||||||
<p></p>
|
<p></p>
|
||||||
{% for item2 in emotion_for_you[loop.index0]['pos_emot'] %}
|
{% for item2 in emotion_for_you[loop.index0]['pos_emot'] %}
|
||||||
<p class="alert alert-success" role="alert"
|
<p class="alert alert-success" role="alert"
|
||||||
style="border-radius: 22px;">{{item2}}</p>
|
style="border-radius: 22px;">{{item2}}</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
@ -275,7 +275,7 @@
|
|||||||
<p></p>
|
<p></p>
|
||||||
{% for item2 in emotion_for_you[loop.index0]['nig_emot'] %}
|
{% for item2 in emotion_for_you[loop.index0]['nig_emot'] %}
|
||||||
<p class="alert alert-danger" role="alert"
|
<p class="alert alert-danger" role="alert"
|
||||||
style="border-radius: 22px;">{{item2}}</p>
|
style="border-radius: 22px;">{{item2}}</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user