Show only last 30 days on homepage

Fixes #47
This commit is contained in:
2023-01-30 22:16:28 +01:00
parent 02c04badac
commit cbc8062d92
4 changed files with 10 additions and 34 deletions

View File

@ -22,9 +22,7 @@
<nav class="mb-4 bg-white dark:bg-gray-900 border-gray-200 rounded">
<div class="container flex flex-wrap items-center justify-between mx-auto">
<a href="{% url 'list_sessions_recent' %}" class="flex items-center">
<span class="text-4xl">
<img src="{% static 'icons/schedule.png' %}" width="48" class="mr-4" />
</span>
<span class="text-4xl"></span>
<span class="self-center text-xl font-semibold whitespace-nowrap text-white">Timetracker</span>
</a>
<div class="w-full md:block md:w-auto">