Исправлена небольшая ошибка в publications.html
This commit is contained in:
parent
1713115adf
commit
4bde9c87f1
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user