Fix dashboard -> http functions over view page not working on refresh (was sending html partial for htmx)

This commit is contained in:
Peter Stockings
2024-03-29 21:40:37 +11:00
parent cb3afa77fc
commit d25e8bb182
2 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
{% extends 'dashboard.html' %}
{% block page %}
<div class="flex items-center" data-id="51">
<h1 class="leading-normal text-gray-800 text-base md:text-xl lg:text-2xl">HTTP functions</h1>
<button
@@ -100,4 +104,6 @@
</tbody>
</table>
</div>
</div>
</div>
{% endblock %}