Tags: angelofallars/htmx-go
Tags
fix: set `Values` type in LocationContext to `map` I'm not actually sure what the exact type is. However, `django-htmx` sets the values parameter type to a `dict[str, str]`. It only makes sense that I should turn `Values` into `map[string]string`. Reference: https://django-htmx.readthedocs.io/en/latest/http.html#django_htmx.http.HttpResponseLocation