Fix a legacy call to cycle in the log template.
Review Request #10839 — Created Jan. 19, 2020 and submitted — Latest diff uploaded
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.