Enable hx-boost everywhere
Django CI/CD / build-and-push (push) Successful in 1m18s
Details
Django CI/CD / build-and-push (push) Successful in 1m18s
Details
This commit is contained in:
parent
a485237456
commit
912e010729
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue