Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile elif tag to elif instead of else: if #760

Merged
merged 1 commit into from Aug 22, 2017

Commits on Aug 22, 2017

  1. Compile elif tag to elif instead of else: if

    This avoids deep nesting in case of many `{% elif .. %}` blocks (which
    would fail during execution) and also deep recursion (which may fail
    during compilation)
    
    fixes pallets#759
    ThiefMaster committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    cde2a54 View commit details
    Browse the repository at this point in the history