{% extends "base.html" %} {% load static %} {% load tailwind_forms %} {% block title %}Edit {{ project.name }} ยท {{ site_title }}{% endblock %} {% block content %} {# div class="text-cyan-800" here in an attempt to trigger tailwind, which does not pick up Pyhton code #}
{% csrf_token %}

Settings ({{ project.name }})

Project settings for "{{ project.name }}".
{% tailwind_formfield form.name %} {% tailwind_formfield form.visibility %} {% tailwind_formfield form.retention_max_event_count %} {% tailwind_formfield form.dsn %} Cancel
{% endblock %}