{% extends "base.html" %} {% block title %}Account Settings{% endblock %} {% block body %}

Account Settings

Username: {{ current_user.username }}

Editor Id: {{ current_user.editor_id }}

Change Username

Create API Token


In the future, you will be able to...

{% endblock %}