{% extends "basic_template.html" %} {% load common_tags %} {% block content %}

sudoSocial

Take control of your stream
{% if show_delete %}

Edit Your Profile

{% else %}

Welcome, did we get your profile info right?

{% endif %} {% if error %}
{{error}}
{% endif %}
Required

Your profile image is provided by Gravatar based on your email address.

*
*
Optional Full Name

Note: You're full name will be displayed. Leave it blank if you don't want this data to be public.

{% if show_delete %}
Delete Your Profile

You are in control of your data... Want to delete your profile and all your streams?

{% endif %}
{% endblock %}