Enable hx-boost everywhere

This commit is contained in:
Lukáš Kucharczyk 2023-11-16 19:56:08 +01:00
parent cabcaebead
commit 4f67bd85c7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<link rel="stylesheet" href="{% static 'base.css' %}" />
</head>
<body class="dark" hx-indicator="#indicator">
<body class="dark" hx-indicator="#indicator" hx-boost="true">
<img id="indicator" src="{% static 'icons/loading.png' %}" class="absolute right-3 top-3 animate-spin htmx-indicator" />
<div class="dark:bg-gray-800 min-h-screen">
<nav class="mb-4 bg-white dark:bg-gray-900 border-gray-200 rounded">