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

Profile Settings

{{ psform.hidden_tag() }}

{{ psform.show_email.label }}

{{ psform.show_email(class="radio") }}
{{ ppform.hidden_tag() }}

{{ ppform.profile_picture_file.label }}

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