fix: wrong notification update with fragments

This commit is contained in:
imperosol
2026-05-19 14:43:43 +02:00
parent 68aa4515f9
commit 75f3094dd5
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class FragmentRenderer(Protocol):
) -> SafeString: ...
class FragmentMixin(TemplateResponseMixin, ContextMixin):
class FragmentMixin(TemplateResponseMixin, AllowFragment, ContextMixin):
"""Make a view buildable as a fragment that can be embedded in a template.
Most fragments are used in two different ways :