{% extends 'base.html' %} {% block title %}Edit Profile{% endblock %} {% block content %}

Edit Profile

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

Set the Dropbox folder where your exported rounds will be saved.

{% if not current_user.dropbox_token %}

Connect your Dropbox account to browse folders.

{% endif %}
Cancel
{% endblock %} {% block scripts %} {% endblock %}