Remove by hour on all times report

This commit is contained in:
Gabriel Augendre 2023-04-02 18:29:52 +02:00
parent 2799270bb8
commit 0c8a871391

View file

@ -17,8 +17,10 @@
<h3>{% translate "By day" %}</h3>
{% include "purchase/snippets/by_day_table.html" %}
<h3>{% translate "By hour" %} <small class="text-muted">{{ date }}</small></h3>
{% include "purchase/snippets/htmx_plot.html" with url='purchase:by_hour_plot' %}
{% if date %}
<h3>{% translate "By hour" %} <small class="text-muted">{{ date }}</small></h3>
{% include "purchase/snippets/htmx_plot.html" with url='purchase:by_hour_plot' %}
{% endif %}
<h2>{% translate "Products" %} <small class="text-muted">{{ date }}</small></h2>
{% include "purchase/snippets/report_products.html" %}