Remove htmx script from view context (#59)

This commit is contained in:
2026-07-06 08:32:38 -04:00
parent be6251b6ec
commit edb376c06c
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -92,7 +92,6 @@ let private generateViewContext messages viewCtx (ctx: HttpContext) =
CurrentPage = ctx.Request.Path.Value[1..]
Messages = messages
Generator = ctx.Generator
HtmxScript = htmxScript ctx.WebLog
IsAuthor = ctx.HasAccessLevel Author
IsEditor = ctx.HasAccessLevel Editor
IsWebLogAdmin = ctx.HasAccessLevel WebLogAdmin