Поправлены файлы: edit_profile.html и profile.html
This commit is contained in:
parent
69353bba91
commit
fcfce93de5
@ -3,7 +3,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="divlog">
|
<div class="divlog">
|
||||||
<h1 class="title">Регистрация</h1>
|
<h1 class="title">Изменения профиля</h1>
|
||||||
<form class="row g-3" action="" method="POST" enctype="multipart/form-data">
|
<form class="row g-3" action="" method="POST" enctype="multipart/form-data">
|
||||||
{{ form.hidden_tag() }}
|
{{ form.hidden_tag() }}
|
||||||
{{ form.csrf_token }}
|
{{ form.csrf_token }}
|
||||||
|
|||||||
@ -56,8 +56,8 @@
|
|||||||
<strong class="emot_block">Позитивные эмоции</strong>
|
<strong class="emot_block">Позитивные эмоции</strong>
|
||||||
</summary>
|
</summary>
|
||||||
{% for item2 in emotion_pub[loop.index0]['pos_emot'] %}
|
{% for item2 in emotion_pub[loop.index0]['pos_emot'] %}
|
||||||
<strong class="alert alert-success" role="alert"
|
<p class="alert alert-success" role="alert"
|
||||||
style="border-radius: 22px;">{{item2}}</strong>
|
style="border-radius: 22px;">{{item2}}</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
@ -70,8 +70,8 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<p></p>
|
<p></p>
|
||||||
{% for item2 in emotion_pub[loop.index0]['nig_emot'] %}
|
{% for item2 in emotion_pub[loop.index0]['nig_emot'] %}
|
||||||
<strong class="alert alert-danger" role="alert"
|
<p class="alert alert-danger" role="alert"
|
||||||
style="border-radius: 22px;">{{item2}}</strong>
|
style="border-radius: 22px;">{{item2}}</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user