{% load static %} u4xg
u4xg

Public Games


these are public games that you can join

Current Games


these are the games that you are currently playing

Account


last login: {{ last_login }} (UTC)

use these forms to change your email, username or password
{% csrf_token %} {% for field in email_change_form %}
{{ field.label_tag }}
{{ field }}
{% if field.errors %}
{{ field.errors }}
{% endif %}
{{ field.help_text }}
{% endfor %}
{% csrf_token %} {% for field in username_change_form %}
{{ field.label_tag }}
{{ field }}
{% if field.errors %}
{{ field.errors }}
{% endif %}
{{ field.help_text }}
{% endfor %}
{% csrf_token %} {% for field in password_update_form %}
{{ field.label_tag }}
{{ field }}
{% if field.errors %}
{{ field.errors }}
{% endif %}
{{ field.help_text }}
{% endfor %}