Added Layout and UserProfile

This commit is contained in:
2025-11-10 21:19:38 +01:00
parent a547b2b882
commit d302261d07
12 changed files with 249 additions and 87 deletions

View File

@@ -270,10 +270,10 @@ class Binding:
return self
def get_htmx_params(self):
return self.htmx_extra | {
return {
"hx-post": f"{ROUTE_ROOT}{Routes.Bindings}",
"hx-vals": f'{{"b_id": "{self.id}"}}',
}
} | self.htmx_extra
def init(self):
"""