Поправлены файлы: edit_profile.html и profile.html

This commit is contained in:
Andrei 2022-06-24 15:19:27 +05:00
parent 69353bba91
commit fcfce93de5
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
{% extends "base.html" %}
{% block content %}
<div class="divlog">
<h1 class="title">Регистрация</h1>
<h1 class="title">Изменения профиля</h1>
<form class="row g-3" action="" method="POST" enctype="multipart/form-data">
{{ form.hidden_tag() }}
{{ form.csrf_token }}

View File

@ -56,8 +56,8 @@
<strong class="emot_block">Позитивные эмоции</strong>
</summary>
{% for item2 in emotion_pub[loop.index0]['pos_emot'] %}
<strong class="alert alert-success" role="alert"
style="border-radius: 22px;">{{item2}}</strong>
<p class="alert alert-success" role="alert"
style="border-radius: 22px;">{{item2}}</p>
{% endfor %}
</details>
</div>
@ -70,8 +70,8 @@
</summary>
<p></p>
{% for item2 in emotion_pub[loop.index0]['nig_emot'] %}
<strong class="alert alert-danger" role="alert"
style="border-radius: 22px;">{{item2}}</strong>
<p class="alert alert-danger" role="alert"
style="border-radius: 22px;">{{item2}}</p>
{% endfor %}
</details>
</div>