{% extends "base.html" %} {% block content %}
{% if editform %}

Benutzerinfo editieren:

Note: All fields are optional.

Bild:

Upload new image...

Description:
Some info / bio about you.
{{ editform.userdescription }}

Location:
{{ editform.userlocation }}

Forum Short Description:
Small desc / title for the forum. 50 chars max.
{{ editform.userforuminfo }}

Skype:
Your Skype username
{{ editform.userskype }}

ICQ:
Your ICQ user id
{{ editform.usericq }}

Jabber / XMPP:
Your XMPP identifier:
{{ editform.userjabber }}

{% endif %} {% if imageform %}

Current Image:



Change Image:

Note: The image is scaled to 64 x 64 pixels.
Hence use a mostly quadratic image.

Image:
{{ imageform.userimage }}
{% endif %}
{% endblock %}