{% extends "wlprofile/base.html" %} {% load i18n %} {% block content %} {% ifequal user profile.user %} {% include "django_messages/inlines/navigation.html" %} {% endifequal %}

{% trans "Profile editing" %}

{% if profile.avatar %} {% endif %}
{# FIXME: change the right color #} {% if profile_form.errors %} {% endif %} {% for field in profile_form %} {% if field.errors %} {% endif %} {% ifequal field.name "delete_avatar" %} {% if profile.avatar %} {% endif %} {% else %} {% endifequal %} {% endfor %}
{{ profile_form.errors }}
{{ field.errors }}
{{ field.label_tag }}: {{ field }}
{{ field.label_tag }}: {{ field }} {% ifequal field.name "time_display" %} Documented here {% endifequal %}
{% csrf_token %}

Change website password

You will be redirected to an encrypted connections. Passwords are not transmitted in cleartext.

Change online lobby password

WARNING: GGZ transmitts the password in cleartext. Choose a different password for online gaming.
{% endblock %}