]> git.ipfire.org Git - thirdparty/patchwork.git/commit
templates: Replace ifequal and ifnotequal with if
authorAndrew Donnellan <ajd@linux.ibm.com>
Thu, 27 Aug 2020 14:14:02 +0000 (00:14 +1000)
committerStephen Finucane <stephen@that.guru>
Thu, 27 Aug 2020 14:14:02 +0000 (00:14 +1000)
commit19d0f5dfa079f3da4c63a179289c503ee829729d
treed1638b7c08666b1b937b0e90467c5835cccde236
parentfe0c0ca7279e35904c488dea57345e1d4f13f895
templates: Replace ifequal and ifnotequal with if

Django 3.1 deprecates the ifequal and ifnotequal tags, for removal in 4.0.
Replace all occurrences of ifequal and ifnotequal with if.

Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Reviewed-by: Stephen Finucane <stephen@that.guru>
patchwork/templates/patchwork/partials/pagination.html
patchwork/templates/patchwork/partials/patch-list.html
patchwork/templates/patchwork/profile.html