-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrepertoire_edit_form.html
25 lines (18 loc) · 1.19 KB
/
repertoire_edit_form.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{# Modified form for edit_submission. This file may need manual update if the repertoire schema is changed #}
{{ render_field_with_errors(form.repository_select, class="form-control") }}
{{ render_field_with_errors(form.rep_accession_no, class="form-control") }}
<div id="div_ncbi_repo">
{{ render_static_field(form.rep_title) }}
{{ render_static_field(form.dataset_url) }}
<p class="col-sm-offset-3">(Title and URL will be updated when you save)</p>
</div>
<div id="div_other_repo">
{{ render_field_with_errors(form.repository_name, class="form-control") }}
{{ render_field_with_errors(form.rep_title, class="form-control") }}
{{ render_field_with_errors(form.dataset_url, class="form-control") }}
</div>
{{ render_field_with_errors(form.miairr_compliant, class="form-control") }}
{{ render_field_with_errors(form.miairr_link, class="form-control") }}
{{ render_field_with_errors(form.sequencing_platform, class="form-control") }}
{{ render_field_with_errors(form.read_length, class="form-control") }}
{{ render_field_with_errors(form.primers_overlapping, class="form-control") }}