• 
      

    Fix a legacy call to cycle in the log template.

    Review Request #10839 — Created Jan. 19, 2020 and submitted — Latest diff uploaded

    Information

    Djblets
    release-2.0.x

    Reviewers

    We have a call to {% cycle %} in the log template that uses legacy
    syntax, which isn't supported on Django 1.11. This is a simple update
    that switches it to use the modern syntax, compatible on both 1.6 and
    1.11.

    Tested the log viewer. It rendered without breaking on Django 1.11.

    Commits

    Files