mirror of
https://github.com/ae-utbm/sith.git
synced 2026-05-19 15:30:54 +00:00
fix: wrong notification update with fragments
This commit is contained in:
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user