{% extends "base.html.j2" %} {% from "settings/_breadcrumbs.html.j2" import breadcrumbs with context %} {% import "materialize/wtf.html.j2" as wtf %} {% block page_content %}

{{ title }}

{% include 'settings/_menu.html.j2' %}
{{ title }} {{ form.hidden_tag() }} {{ wtf.render_field(form.username, data_length='64', material_icon='person') }} {{ wtf.render_field(form.email, data_length='254', material_icon='email') }}

 

brightness_3

{{ form.dark_mode.label.text }}

Enable dark mode to ease your eyes.

{{ wtf.render_field(form.submit, material_icon='send') }}
Delete account

Deleting an account has the following effects:

  • All data associated with your corpora and jobs will be permanently deleted.
  • All settings will be permanently deleted.
{% endblock page_content %}