diff --git a/apps/user/templates/user/profile.html b/apps/user/templates/user/profile.html index 3b107ff5..8a2371b0 100644 --- a/apps/user/templates/user/profile.html +++ b/apps/user/templates/user/profile.html @@ -1,17 +1,15 @@ -{% extends "templates/lilcity/index.html" %} {% load static %} {% block content %} +{% extends "templates/lilcity/index.html" %} {% load static %} {% load thumbnail %} {% block content %}
Редактировать - {% if user.photo %}
- + {% thumbnail user.photo "120x120" crop="center" as im %} + + {% empty %} + + {% endthumbnail %}
- {% else %} -
- -
- {% endif %}
{{ user.get_full_name }}