{% extends "maps/base" %} {% block content %}
{% if person %}

Editing previous profile for {{ person.email|escape }}

{% else %}

Creating a new profile for {{ email|escape }}

{% endif %}
Name:
Postal Code:
Country:
Notes:

Interests are much like Web 2.0 tags, except right now they only work under Firefox. Type one-word interests and insert them into your profile with "Enter", this shouldn't submit the actual form.


Interests:

{% if tags %} {% endif %} {% endblock %}