diff --git a/snikket_web/templates/user_profile.html b/snikket_web/templates/user_profile.html index 2baf111..3596c0b 100644 --- a/snikket_web/templates/user_profile.html +++ b/snikket_web/templates/user_profile.html @@ -1,5 +1,5 @@ {% extends "app.html" %} -{% from "library.j2" import standard_button, form_button %} +{% from "library.j2" import standard_button, form_button, avatar with context %} {% block head_lead %}
{% trans %}This section allows you to control who can see your profile information, like avatar and nickname.{% endtrans %}