flake8
passed.
JSHint
passed.
Review Request #12013 — Created Jan. 27, 2022 and submitted
Information | |
---|---|
david | |
Review Board | |
master | |
Reviewers | |
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.
reviewboard/templates/notifications/reply_email.txt (Diff revision 1) |
---|
You can now combine these conditionals into one
if
.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+34 -34) |