feat: improve customer address views

This commit is contained in:
2025-01-19 12:43:13 +01:00
parent b48f84c337
commit 301b8f9b34
12 changed files with 157 additions and 27 deletions
+3 -1
View File
@@ -31,7 +31,9 @@
<span class="text-gray-500 dark:text-gray-400">{% translate 'No hay ninguna dirección' %}</span>
{% endif %}
{% include 'components/users/retrieve_update_address.html' %}
<div hx-get="{% url 'web:list_customer_addresses_component' %}" hx-trigger="load, updated_addresses">
</div>
</div>
</div>