Browse Source

Merge branch 'master' of http://git.choozmo.com:3000/ming/AI_Anchor

ming 3 năm trước cách đây
mục cha
commit
7386d049df
2 tập tin đã thay đổi với 7 bổ sung4 xóa
  1. BIN
      api/.DS_Store
  2. 7 4
      api/templates/user_profile.html

BIN
api/.DS_Store


+ 7 - 4
api/templates/user_profile.html

@@ -3,7 +3,7 @@
 {% block head %}
 {{ super() }}
 {% endblock %}
-{% block content %}
+{% block content %} 
 
 <div class="container-profile">
     <img class="img-wave img-wave-profile" src="static/img/wave.png" alt="">
@@ -12,8 +12,11 @@
         <img src="static/img/undraw_male_avatar_323b.svg" alt="">
         <p class="card-profile-txt">User Profile</p>
         <p class="card-profile-cnt">{{current_user}}</p>
-        <p class="card-profile-cnt">Email</p>
+        <p class="card-profile-cnt">Email:</p>
     </div>
 </div>
- 
-{% endblock %}
+
+{% endblock %} 
+
+   
+