diff --git a/snikket_web/templates/user_profile.html b/snikket_web/templates/user_profile.html index 99730d5..e7ce934 100644 --- a/snikket_web/templates/user_profile.html +++ b/snikket_web/templates/user_profile.html @@ -13,7 +13,7 @@ {{ form.avatar.label }}
{%- call avatar(user_info.address, user_info.avatar_hash ) %}{% endcall -%} - {{ form.avatar }} + {{ form.avatar(accept="image/png") }}

{% trans %}Visibility{% endtrans %}