Upload Project
Upload your validated collections to TextGrid Repository
{% from "macros.html" import instance_switch %}
{{ instance_switch(ul_id="uploadInstanceTabs", btn_id_test="upload-test-tab", btn_id_live="upload-prod-tab", btn_target_test="upload-test-pane", btn_target_live="upload-prod-pane") }}
{% set instance='test' %}
{% include 'includes/upload_form.html' %}
{% set instance='live' %}
{% include 'includes/upload_form.html' %}
{% from "macros.html" import next_tab_row with context %}
{{ next_tab_row(prev_tab='#tab-check-metadata', prev_group='#tab-group-collections',
next_tab='#tab-check-results') }}