Fix HTMX widgets and tweak display of some titles

This commit is contained in:
2022-11-13 13:22:31 +00:00
parent 781de3c772
commit e3d57c9aa8
3 changed files with 7 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ class Positions(LoginRequiredMixin, View):
if type == "page":
type = "modal"
context = {
"title": f"Hooks ({type})",
"title": f"Positions ({type})",
"unique": unique,
"window_content": self.window_content,
"list_template": self.list_template,
@@ -75,7 +75,7 @@ class PositionAction(LoginRequiredMixin, View):
if type == "page":
type = "modal"
context = {
"title": f"Hooks ({type})",
"title": f"Position info ({type})",
"unique": unique,
"window_content": self.window_content,
"type": type,