{% extends "webadmin/base.html" %} {% block "title" %}{% trans "Avatar Settings" %}{% endblock %} {% block "content" %}

{% trans "Avatar Settings" %}

{% trans %} Here you can control the user avatar settings. {% endtrans %}

{% trans "Allow Avatars" %}
{{ form.allow_avatars.html }} {{ form.allow_avatars.errors }}
{% trans "Maximal Avatar Dimension in Pixel" %}
{{ form.avatar_dimension.html }} {{ form.avatar_dimension.errors }}
{% endblock %}