feat: reset migrations and created customer address model

This commit is contained in:
2024-12-07 10:10:14 +01:00
parent 1ffa5b117f
commit 48d39f55ba
18 changed files with 863 additions and 908 deletions
@@ -1,7 +1,7 @@
{% load i18n %}
<ul class="p-2 text-start text-sm font-medium text-gray-900 dark:text-white">
<li>
<a href="#" title=""
<a href="{% url 'web:my_account' %}" title=""
class="inline-flex w-full items-center gap-2 rounded-md px-3 py-2 text-sm hover:bg-gray-100 dark:hover:bg-gray-600">
{% translate 'Mi cuenta' %}
</a>