{% extends "wlprofile/base.html" %} {% load i18n %} {% block title %} {% trans "Set Online Gaming Password" %} - {{ block.super }} {% endblock %} {% block game_passwrd %}class="active"{% endblock %} {% block content_header %}

{% trans "Set Online Gaming Password" %}

{% endblock %} {% block content_main %}

The password set here can be used when playing widelands over the internet. Although it is optional to use a password it is recommended to use one, because your username will be reserved then. The password is stored encrypted.

To use the password in internet games:

{% for field in ggz_form %} {% endfor %}
{{ field.label_tag }} {{ field }} {{ field.errors }}
{% csrf_token %}
{% endblock %}