Skip to content

Commit

Permalink
change to show message that not computed
Browse files Browse the repository at this point in the history
  • Loading branch information
jenpaulhus committed Jul 23, 2024
1 parent 079aa37 commit 5aea079
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lmfdb/groups/abstract/templates/abstract-show-group.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ <h2> Group information</h2>
{{info.boolean_characteristics_string | safe}}
</p>

{% if gp.order_stats != None %}
<h2>Group statistics</h2>

<p>
<p> {% if gp.order_stats != None %}
<div class="table-scroll-wrapper">
<table class="ntdata onesticky" style="margin-left:0;">
<thead>
Expand Down Expand Up @@ -117,10 +115,13 @@ <h2>Group statistics</h2>
<td colspan="{{gp.order_stats|length}}">data not computed</td>
<td class="border-left"></td>
</tr>

{% endif %}
</tbody>
</table>
</div>
</div>
{% else %}
Statistics about orders of elements in this group have not been computed.
{% endif %}
</p>

Expand Down

0 comments on commit 5aea079

Please sign in to comment.