Skip to content
Snippets Groups Projects
Unverified Commit 6c723600 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

statistics: fix table values

parent ba964498
No related branches found
No related tags found
No related merge requests found
...@@ -205,8 +205,8 @@ ...@@ -205,8 +205,8 @@
<td>{{ dd[0] }}</td> <td>{{ dd[0] }}</td>
<td class="datacontent">{{ dd[1] }}</td> <td class="datacontent">{{ dd[1] }}</td>
{% for key, value in topdelimiters %} {% for key, value in topdelimiters %}
{% if results.slot is defined %} {% if results[slot] is defined %}
<td class="datacontent">{{ results.slot.key }}</td> <td class="datacontent">{{ results[slot][value] }}</td>
{% else %} {% else %}
<td class="datacontent">&nbsp;</td> <td class="datacontent">&nbsp;</td>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment