Move away from deprecated ifequal and ifnotequal tags.
Review Request #11946 — Created Jan. 20, 2022 and submitted — Latest diff uploaded
The old
ifequal
andifnotequal
template tags were deprecated when
if
gained support for expressions. They've since been removed, so
switch to the new syntax.
Ran unit tests.
djblets/datagrid/templates/datagrid/alphanumeric_paginator.html |
---|
djblets/datagrid/templates/datagrid/listview.html |
---|
djblets/datagrid/templates/datagrid/paginator.html |
---|
djblets/log/templates/log/log.html |
---|