{% extends "base.html" %} {% block title %}Settings – Resume Ranker API{% endblock %} {% block extra_head %} {# No extra head elements are strictly needed here if dashboard.css covers all form/card styles #} {% endblock %} {% block content %}

Account Settings

Manage your profile, password, and preferences.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Profile Information

{# Add more profile fields if you have them, e.g., first_name, last_name #}

Change Password

Theme Settings

Choose your preferred application theme.

Danger Zone

Proceed with caution. These actions are irreversible.

← Back to Dashboard

{% endblock %} {% block extra_scripts %} {% endblock %}