Private
Public Access
1
0

unknown column error fixed in data explore view

This commit is contained in:
Sander Roosendaal
2018-12-08 09:15:16 +01:00
parent f439204bf9
commit cc40615f46
3 changed files with 18 additions and 4 deletions

View File

@@ -93,7 +93,7 @@
<tbody>
{% for key, value in stats.items %}
<tr>
{% if value.std > 2 %}
{% if value.std > 10 %}
<td>{{ value.verbosename }}</td>
<td>{{ value.mean|floatformat:0 }}</td>
<td> {{ value.wmean|floatformat:0 }}</td>