{% extends "layouts/base.html" %} {% block title %}Edit Profile - TryoutPro{% endblock %} {% block page_title %}Edit Profile{% endblock %} {% block breadcrumb %}Home / Profile / Edit{% endblock %} {% block content %}

E-Sports Profile

Update your competitive gaming profile for tryouts.

{% for game in esport_games %} {% set games_list = user.get_games_list() %} {% endfor %}
Select all games you're signing in for.
Enable Developer Mode in Discord → Right-click profile → Copy ID

Change Password

Leave blank to keep your current password.

{% if user.role == 'player' %}

My Disponibilities

Select your available time blocks for matches (5pm to 12am). Green = selected, Gray = available to select.

Loading...

{% endif %}
Cancel
{% endblock %}