{% extends "base.html" %} {% load thumbnail %} {% block title %}Edit Profile Settings{% endblock %} {% block content %} {% if form.errors %} {% endif %}

Edit settings for {{ user.first_name }} {{ user.last_name }} ({{user}})

{% csrf_token %}

We recommend keeping all of these settings enabled.
Don't worry - none of them will result in a ton of email!

{{form.use_full_name}} {{form.use_full_name.label_tag}}
{{form.use_full_name.help_text}}
{{form.email_updates}} {{form.email_updates.label_tag}}
{{form.email_on_follow}} {{form.email_on_follow.label_tag}}
{{form.email_on_copy}} {{form.email_on_copy.label_tag}}
{{form.email_site_news}} {{form.email_site_news.label_tag}}
{{form.allow_contact}} {{form.allow_contact.label_tag}}
{{form.enable_comments}} {{form.enable_comments.label_tag}}

» Change my password « » Update profile «

{% endblock content %}