fix: save button

This commit is contained in:
2025-01-20 23:20:11 +01:00
parent ad9b58cff1
commit 1e3c2f6a51
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -64,5 +64,6 @@ class HTMXFormComponent(TemplateView):
self.template_name,
{
"form": form,
"save_button_text": self.save_button_text,
},
)