{% from 'common/macros.html' import babycode_editor_component %} {% extends 'base.html' %} {% block title %}settings{% endblock %} {% block content %} {% set disable_avatar = not is_logged_in() %}

User settings

Set avatar
1MB maximum size. Avatar will be scaled down to fit a square.
Personalization

{{ babycode_editor_component(ta_name='signature', prefill=active_user.signature_original_markup, ta_placeholder='Will be shown under each of your posts', optional=true, banned_tags=SIG_BANNED_TAGS) }}
Change password




Delete account
{% endblock %}