perf(render): Don't set context.no_cache
This commit is contained in:
parent
cae6e80c19
commit
e6aabf346c
1 changed files with 0 additions and 1 deletions
|
|
@ -394,7 +394,6 @@ def load_properties_from_source(page_info):
|
|||
and "</body>" not in page_info.source):
|
||||
page_info.source = '''{{% extends "{0}" %}}
|
||||
{{% block page_content %}}{1}{{% endblock %}}'''.format(page_info.base_template, page_info.source)
|
||||
page_info.no_cache = 1
|
||||
|
||||
if "<!-- no-breadcrumbs -->" in page_info.source:
|
||||
page_info.no_breadcrumbs = 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue