{% extends "base.html" %} {% block title %}User settings{% endblock %} {% block body %}

User settings

Your information

{{ infoform.csrf_token }} {{ infoform.email.label }} {{ infoform.email(size=32) }}

API key

Your current API key is: {{ g.user.apikey }}

You can change your API key by clicking the button below. This cannot be undone!

{{ apiform.csrf_token }}
{% endblock %} {# vim: set ts=2 sw=2 sta et: #}