{% extends "base.html" %} {% load static %} {% block title %}Profile Settings | Testpoint{% endblock %} {% block meta_description %}Manage your Testpoint profile and study goals.{% endblock %} {% block extra_css %}{% endblock %} {% block content %}
Back to dashboard Account

Profile settings

Keep your personal details and IELTS study goals up to date.

Personal information

Your username cannot be changed.

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.first_name }}{{ form.first_name.errors }}
{{ form.last_name }}{{ form.last_name.errors }}
{{ form.display_name }}{{ form.display_name.help_text }}{{ form.display_name.errors }}
{{ form.country }}Optional. Used for leaderboard country filters.{{ form.country.errors }}

Study goals

These values appear on your student dashboard.

{{ form.target_band }}Choose a score from 4.0 to 9.0 in 0.5-band increments.{{ form.target_band.errors }}
{{ form.daily_goal }}Between 10 and 300 minutes.{{ form.daily_goal.errors }}
Cancel
{% endblock %}