Closed xhaggi closed 6 days ago
To solve this issue, the special view name prefixes must be changed from htmx:redirect:/path, htmx:location:/path to redirect:htmx:/path, redirect:htmx:location:/path.
htmx:redirect:/path
htmx:location:/path
redirect:htmx:/path
redirect:htmx:location:/path
Fixes #144
To solve this issue, the special view name prefixes must be changed from
htmx:redirect:/path
,htmx:location:/path
toredirect:htmx:/path
,redirect:htmx:location:/path
.Fixes #144