Add hacky way to not reload page when starting/ending session
All checks were successful
continuous-integration/drone/push Build is passing

Partially fixes #52
This commit is contained in:
2023-09-20 18:54:54 +02:00
parent c5653977ff
commit bc81a0ee8e
5 changed files with 12 additions and 5 deletions

View File

@ -9,6 +9,7 @@
<meta name="keywords" content="time, tracking, video games, self-hosted"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Timetracker - {% block title %}Untitled{% endblock title %}</title>
<script src="{% static 'js/htmx.min.js' %}"></script>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css"/>
<link rel="stylesheet" href="{% static 'base.css' %}" />
</head>
@ -50,4 +51,4 @@
{% block scripts %}{% endblock scripts %}
</body>
</html>
</html>