chore: docs and added new field for tpv domain

This commit is contained in:
2025-01-13 18:08:57 +01:00
parent 475b53a7e3
commit 2ff2d08565
12 changed files with 101 additions and 43 deletions
+2
View File
@@ -80,7 +80,9 @@ class MyAccountView(TemplateView):
def get_context_data(self, **kwargs):
addresses = CustomerAddress.objects.filter(user=self.request.user)
settings = WebSettings.load()
return {
"web_title": settings.web_title,
"customer_addresses": addresses,
}