Get rid of deprecated ifnotequal templatetag.

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

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.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
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 David Trowbridge
reviewboard/templates/notifications/reply_email.txt
Loading...