From f24287be54fadee345abcafd371836d563ca9b3d Mon Sep 17 00:00:00 2001 From: nsyed22 Date: Tue, 18 Mar 2025 15:06:21 -0400 Subject: [PATCH 1/2] add ownership id --- templates/projects/new.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/projects/new.html b/templates/projects/new.html index c2ecc79ab..7fec6771e 100644 --- a/templates/projects/new.html +++ b/templates/projects/new.html @@ -39,6 +39,7 @@

{{ _('Project') }}: {{ _('Create a new project') }}

{{ render_checkbox_field(form.amp_store, checked=form.amp_store.data, onchange="onOptinClicked()", tooltip=_('Opt in to store annotations on Annotation Management Platform')) }} {{ render_field(form.amp_pvf, placeholder=_('PVF that should be used for annotation store')) }} {% endif %} + {{ render_field(form.ownership_id) }}
{{_('Cancel')}} From 632e32b3a06b14fc8623ec49125e0294425b9463 Mon Sep 17 00:00:00 2001 From: nsyed22 Date: Thu, 20 Mar 2025 10:07:23 -0400 Subject: [PATCH 2/2] update --- templates/projects/new.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/projects/new.html b/templates/projects/new.html index 7fec6771e..fba39f705 100644 --- a/templates/projects/new.html +++ b/templates/projects/new.html @@ -35,11 +35,11 @@

{{ _('Project') }}: {{ _('Create a new project') }}

{{ render_field(form.kpi) }} {{ render_field(form.input_data_class, onchange="handleAmpStoreProps()") }} {{ render_field(form.output_data_class, onchange="handleAmpStoreProps()") }} + {{ render_field(form.ownership_id) }} {% if 'amp_store' in form %} {{ render_checkbox_field(form.amp_store, checked=form.amp_store.data, onchange="onOptinClicked()", tooltip=_('Opt in to store annotations on Annotation Management Platform')) }} {{ render_field(form.amp_pvf, placeholder=_('PVF that should be used for annotation store')) }} {% endif %} - {{ render_field(form.ownership_id) }}