Get rid of deprecated ifnotequal templatetag.

Review Request #12013 — Created Jan. 27, 2022 and submitted

david
Review Board
master
reviewboard

The old {% ifnotequal %} template tag has been deprecated in favor of
{% if %}. We had fixed up most of these but there was one template
that was still using the old one.

Ran unit tests.

Summary
Get rid of deprecated ifnotequal templatetag.
Description From Last Updated

You can now combine these conditionals into one if.

chipx86chipx86

These can also be combined.

chipx86chipx86
chipx86
  1. 
      
  2. You can now combine these conditionals into one if.

  3. These can also be combined.

  4. 
      
david
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to django-3.2 (73c3d99)
Loading...