Make a proper front page

This commit is contained in:
2022-11-29 07:20:39 +00:00
parent a39a5c3857
commit 242c9fbaed
5 changed files with 93 additions and 55 deletions

View File

@@ -93,6 +93,7 @@ class Positions(LoginRequiredMixin, OTPRequiredMixin, View):
"list_url": list_url,
"context_object_name_singular": self.context_object_name_singular,
"context_object_name": self.context_object_name,
"widget_options": 'gs-w="12" gs-h="1" gs-y="0" gs-x="0"',
}
# Return partials for HTMX
if self.request.htmx: