diff --git a/apps/user/templates/user/profile.html b/apps/user/templates/user/profile.html
index c6a6497f..9af22213 100644
--- a/apps/user/templates/user/profile.html
+++ b/apps/user/templates/user/profile.html
@@ -17,31 +17,31 @@
{% if user.facebook %}
-
+
{% endif %} {% if user.instagram %}
-
+
{% endif %} {% if user.twitter %}
-
+
{% endif %} {% if user.google %}
-
+
{% endif %} {% if user.pinterest %}
-
+
@@ -51,7 +51,9 @@
+ {% if user.about %}
{{ user.about }}
+ {% endif %}