From 9c3161275715528869998eabcb32631f78313035 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Thu, 15 Feb 2018 16:27:40 +0300 Subject: [PATCH] Fix user social links & about --- apps/user/templates/user/profile.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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.about %} {{ user.about }} + {% endif %}
Изменить