Исправлена небольшая ошибка в publications.html

This commit is contained in:
Andrei 2022-06-23 14:26:23 +05:00
parent 1713115adf
commit 4bde9c87f1

View File

@ -260,7 +260,7 @@
<p></p>
{% for item2 in emotion_for_you[loop.index0]['pos_emot'] %}
<p class="alert alert-success" role="alert"
style="border-radius: 22px;">{{item2}}</p>
style="border-radius: 22px;">{{item2}}</p>
{% endfor %}
</details>
</div>
@ -275,7 +275,7 @@
<p></p>
{% for item2 in emotion_for_you[loop.index0]['nig_emot'] %}
<p class="alert alert-danger" role="alert"
style="border-radius: 22px;">{{item2}}</p>
style="border-radius: 22px;">{{item2}}</p>
{% endfor %}
</details>
</div>