{% extends "cciw/standard.html" %} {% block content %}

Preferences

Edit your preferences below. Changes to your e-mail address will require confirmation by an e-mail.

{% if form.error_dict %}
Please check your input below: {% if form.icon_file.errors %} {% endif %}
{% endif %} {% if message %}
{{ message|escape }}
{% endif %} {% if image_error %}
Your icon has not been changed: {{ image_error|escape }}
{% endif %}
{{ form.real_name }} {% if form.real_name.errors %}* {{ form.real_name.errors|join:", " }}{% endif %}
{{ form.email }} {% if form.email.errors %}* {{ form.email.errors|join:", " }}{% endif %}
{{ form.show_email }}
{{ form.comments }}
{{ form.icon_file }}{{ form.icon }}
{{ form.message_option }}

Related links

{% endblock %}