Drop the popover thing for now in the statistics, in order to not confuse people

- Legacy-Id: 13263
This commit is contained in:
Ole Laursen 2017-05-04 11:53:14 +00:00
parent 8325ffa9de
commit 07c650428a

View file

@ -3,5 +3,6 @@
{{ n }}<br>
{% endfor %}
{% else %}
<a class="popover-details" href="" data-elements="{% for n in names|slice:":20" %}{{ n }}{% if not forloop.last %}|{% endif %}{% endfor %}" data-sliced="{% if names|length > 20 %}1{% endif %}">{{ names|length }}</a>
{# <a class="popover-details" href="" data-elements="{% for n in names|slice:":20" %}{{ n }}{% if not forloop.last %}|{% endif %}{% endfor %}" data-sliced="{% if names|length > 20 %}1{% endif %}">{{ names|length }}</a> #}
{{ names|length }}
{% endif %}