From fcfce93de5e8b14254f80ae0119bfd9865c1b841 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 24 Jun 2022 15:19:27 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B:=20edit=5Fp?= =?UTF-8?q?rofile.html=20=D0=B8=20profile.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/edit_profile.html | 2 +- templates/profile.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/edit_profile.html b/templates/edit_profile.html index 94d3b40..fc595c1 100644 --- a/templates/edit_profile.html +++ b/templates/edit_profile.html @@ -3,7 +3,7 @@ {% extends "base.html" %} {% block content %}
-

Регистрация

+

Изменения профиля

{{ form.hidden_tag() }} {{ form.csrf_token }} diff --git a/templates/profile.html b/templates/profile.html index 0b49c58..7c3df7d 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -56,8 +56,8 @@ Позитивные эмоции {% for item2 in emotion_pub[loop.index0]['pos_emot'] %} - {{item2}} + {% endfor %}
@@ -70,8 +70,8 @@

{% for item2 in emotion_pub[loop.index0]['nig_emot'] %} - {{item2}} + {% endfor %}