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

Edit Profile

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 %}