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 %}