Skip to content

category view does not layout correctly with current version of jinja #7

@simonm3

Description

@simonm3

There is a bug in category view. You cannot increment a counter inside a loop due to jinja scoping rules. I understand this did not used to be the case. You need to {% set i = loop.index-1 %} at the start of each loop as {% set i =i+1 %} at the end does not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions