Skip to content

Commit

Permalink
remove the column with crosslink-ms restraints types enumeration
Browse files Browse the repository at this point in the history
  • Loading branch information
aozalevsky committed Jun 6, 2024
1 parent 9733027 commit 93955eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions templates/formodeling.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ <h5 align=center id="crosslinking-ms_ertypes"><u>Restraint types</u></h5>
<table id='cx_ertypes_table' class='table table-sm table-striped table-bordered' style='border-color':#003366;>
<thead>
<tr>
<th align='center' class='text-center' style='vertical-align:middle'>
Type #
</th>
{% for k in cx_ertypes['columns'] %}
<th align='center' class='text-center' style='vertical-align:middle'>
{{ k }}
Expand All @@ -108,7 +105,6 @@ <h5 align=center id="crosslinking-ms_ertypes"><u>Restraint types</u></h5>

{% for i in range(cx_ertypes['data']|length) %}
<tr>
<td>{{ i }}</td>
{% for v in cx_ertypes['data'][i] %}
<td>{{ v }}</td>
{% endfor %}
Expand Down
4 changes: 0 additions & 4 deletions templates/full_validation_pdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -783,9 +783,6 @@ <h5 align=center id="cxms_ertypes">
<table id='cx_ertypes_table' class='table table-sm table-striped table-bordered' style='border-color':#003366;>
<thead>
<tr>
<th align='center' class='text-center' style='vertical-align:middle'>
Type #
</th>
{% for k in cx_ertypes['columns'] %}
<th align='center' class='text-center' style='vertical-align:middle'>
{{ k }}
Expand All @@ -796,7 +793,6 @@ <h5 align=center id="cxms_ertypes">

{% for i in range(cx_ertypes['data']|length) %}
<tr>
<td>{{ i }}</td>
{% for v in cx_ertypes['data'][i] %}
<td>{{ v }}</td>
{% endfor %}
Expand Down

0 comments on commit 93955eb

Please sign in to comment.