mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
trocando pesquisa reativo de htmx para ajax
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user