{% extends "workspaces/base.html" %} {% from "components/icon.html" import Icon %} {% from "components/text_input.html" import TextInput %} {% block workspace_content %} {% include "fragments/flash.html" %}
{{ form.csrf_token }}

Workspace Settings

{{ TextInput(form.name, validation="workspaceName") }}
{{ Icon('x') }} Cancel
{% endblock %}