diff --git a/templates/projects/new.html b/templates/projects/new.html
index c2ecc79a..fba39f70 100644
--- a/templates/projects/new.html
+++ b/templates/projects/new.html
@@ -35,6 +35,7 @@
{{ _('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')) }}