Get rid of deprecated ifnotequal templatetag.

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

Information

Review Board
master

Reviewers

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 ID
Get rid of deprecated ifnotequal templatetag.
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. Testing Done: Ran unit tests.
6ce77270beaef2ed7835418f35f7d2fe271a3412
Description From Last Updated

You can now combine these conditionals into one if.

chipx86chipx86

These can also be combined.

chipx86chipx86
chipx86
  1. 
      
  2. Show all issues

    You can now combine these conditionals into one if.

  3. Show all issues

    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...