{% extends 'game_base.html' %} {% block content %}

Your Profile

Logged in as {{user.email}}

Change Password

Edit Details

Played Games


Coming soon

Your Contributions


{% for challenge in user_challenges %} {% endfor %}
Challenge Name Average Score
{{challenge.name}} {{challenge.average}} Edit

Create a New Challenge
{% endblock %}