{% extends "base.html" %} {% load static %} {% load tailwind_forms %} {% block title %}Edit {{ team.name }} ยท {{ site_title }}{% endblock %} {% block content %}
{% csrf_token %}

Settings ({{ team.name }})

Team settings for "{{ team.name }}".
{% tailwind_formfield form.name %} {% tailwind_formfield form.visibility %} Cancel
{% endblock %}