Fix dashboard -> http functions over view page not working on refresh (was sending html partial for htmx)
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user