Merge branch 'fs#153-nested-templates' into develop

This commit is contained in:
2017-09-02 14:25:21 +02:00

View File

@@ -235,7 +235,7 @@ class MarkPagesBot( CurrentPageBot ): # sets 'current_page' on each treat()
# There is none on empty pages, so we need to check # There is none on empty pages, so we need to check
if leadsec: if leadsec:
# Get the last template in leadsec # Get the last template in leadsec
ltemplates = leadsec.filter_templates() ltemplates = leadsec.filter_templates(recursive=False)
# If there is one, add notice after this # If there is one, add notice after this
if ltemplates: if ltemplates: