Fix bug when filtering only manual sessions (#51)

This commit is contained in:
2023-09-18 19:37:42 +02:00
parent 9d2a0ace33
commit 8ba5344a4d
3 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
{% block content %}
<div class="text-center text-xl mb-4 dark:text-slate-400">
{% if dataset.count >= 2 %}
{% if chart %}
<img src="data:image/svg+xml;base64,{{ chart|safe }}" class="mx-auto mb-3" />
{% endif %}
{% if dataset.count >= 1 %}