From 545024a04c9a129a28bf173d059377e536cd9937 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 16 Jul 2025 17:45:29 +0200 Subject: [PATCH] Add project: use richer selector for organization/team Closes #468 --- .../projects/import_organization_team.html | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/readthedocsext/theme/templates/projects/import_organization_team.html b/readthedocsext/theme/templates/projects/import_organization_team.html index 8c0ef76f..38e140f5 100644 --- a/readthedocsext/theme/templates/projects/import_organization_team.html +++ b/readthedocsext/theme/templates/projects/import_organization_team.html @@ -5,3 +5,23 @@ {% block project_add_subheader %} {% trans "Choose organization and team" %} {% endblock project_add_subheader %} + +{% block wizard_form %} + + + +{% endblock wizard_form %}