Поправлены файлы: edit_profile.html и profile.html
This commit is contained in:
parent
69353bba91
commit
fcfce93de5
@ -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 }}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user