{% extends '/dashboard/dashboard_base.html' %} {% set profile_settings_active = True %} {% block head %} {{ super() }} {% endblock head %} {% block dashboard_body %}

Profile Settings

{{ form.hidden_tag() }}

{{ form.show_email.label }}

{{ form.show_email(class="radio") }}
{{ form.hidden_tag() }}

{{ form.profile_picture_file.label }}

{{ form.profile_picture_file(class="") }}
{{ form.submit(class="button is-danger") }}
{% endblock dashboard_body %}