From 330d376687d81744c1121c6ba1bf076b3503ffdc Mon Sep 17 00:00:00 2001 From: fbormann Date: Fri, 4 Nov 2016 09:50:26 -0300 Subject: [PATCH] best solution I could come up for it, can't actually fit all images without resizing #187 --- users/templates/users/profile.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/users/templates/users/profile.html b/users/templates/users/profile.html index c465463..d530468 100644 --- a/users/templates/users/profile.html +++ b/users/templates/users/profile.html @@ -43,12 +43,11 @@
-
+ {% if user.image %} -
- -
+
{% else %} +
{% if user.gender == 'M' %} Avatar {% else %} -- libgit2 0.21.2