trocando pesquisa reativo de htmx para ajax

This commit is contained in:
2024-12-27 15:19:51 -03:00
parent e7212ab688
commit a1866c842c
9 changed files with 70 additions and 29 deletions

View File

@@ -9,7 +9,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{% static 'pico.css' %}">
<script src="{% static 'htmx_base.js' %}"></script>
{% block 'head' %}
{% endblock %}
@@ -18,7 +17,7 @@
<div>
<!-- aqui o menu -->
<nav >
<ul>
<li><a href="{% url 'home' %}">Home</a></li>
@@ -32,11 +31,12 @@
<!-- <div class="content">
<h1>Bem-vindo ao meu site!</h1>
</div> -->
</div>
<body>
{% block 'body' %}
{% endblock %}
<script src="{% static 'htmx_base.js' %}"></script>
</body>
</html>