diff --git a/community/www/profiles/profile.html b/community/www/profiles/profile.html index a6969dd5..ce04294d 100644 --- a/community/www/profiles/profile.html +++ b/community/www/profiles/profile.html @@ -108,30 +108,16 @@
- {% if sketches %} + {% if sketches %} {% for sketch in sketches %}
-
- - -
+ {{ widgets.SketchTeaser(sketch=sketch) }}
{% endfor %} - {% endif %} + {% endif %}
{% if not sketches %} -

{{member.full_name}} has not created any skecth yet.

+

{{member.full_name}} has not created any skecth yet.

{% endif %}