{% load custom_tags_and_filters %}
{% csrf_token %}

User details settings

Note: required fields cannot be disabled. If certain choice fields are required (e.g. Gender), you won't be able to save a user until you add choices (Male, Female, etc.) in detailed administration.

{% button type="save" value="Save settings" %}