diff --git a/apps/user/templates/user/profile-settings.html b/apps/user/templates/user/profile-settings.html index eb0d9f9e..f590c7f9 100644 --- a/apps/user/templates/user/profile-settings.html +++ b/apps/user/templates/user/profile-settings.html @@ -42,7 +42,7 @@ {% thumbnail user.photo "120x120" crop="center" as im %} {% empty %} - + {% endthumbnail %}
diff --git a/apps/user/templates/user/profile.html b/apps/user/templates/user/profile.html index f1a47378..0dbd54b2 100644 --- a/apps/user/templates/user/profile.html +++ b/apps/user/templates/user/profile.html @@ -7,7 +7,7 @@ {% thumbnail user.photo "120x120" crop="center" as im %} {% empty %} - + {% endthumbnail %}
diff --git a/web/src/img/user_default.jpg b/web/src/img/user_default.jpg new file mode 100644 index 00000000..af392fcc Binary files /dev/null and b/web/src/img/user_default.jpg differ