{% extends "base.html" %} {% block title %}Profile Edit{% endblock %} {% block content %}

Profile Details

{% csrf_token %}
Severity {{ object.up_severity_threashold }}
MaxItems {{ object.up_list_max_items }}
ThemeStyle {{ object.up_theme_style }}
ThemIcons {{ object.up_theme_icons }}
Classes {{ object.up_ac_m2m }}
{{ form.errors }}

 

{% endblock %}