File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,6 @@ def init_placeholders(self):
235
235
self .statics = StaticPlaceholder .objects .filter (
236
236
Q (draft__in = placeholder_ids ) | Q (public__in = placeholder_ids )
237
237
)
238
- self .dirty_statics = [sp for sp in self .statics if sp .dirty ]
239
238
else :
240
239
if toolbar .structure_mode_active and not toolbar .uses_legacy_structure_mode :
241
240
# User has explicitly requested structure mode
@@ -246,7 +245,6 @@ def init_placeholders(self):
246
245
247
246
self .placeholders = renderer .get_rendered_placeholders ()
248
247
self .statics = renderer .get_rendered_static_placeholders ()
249
- self .dirty_statics = [sp for sp in self .statics if sp .dirty ]
250
248
251
249
def add_structure_mode (self ):
252
250
if self .page and not self .page .application_urls :
You can’t perform that action at this time.
0 commit comments