Fixed 'to' to 'review_to' and 'cc' to 'review_cc'. (#7710)
Co-authored-by: Tero Kivinen <kivinen@iki.fi>
This commit is contained in:
parent
9783756992
commit
60a3976c3d
|
@ -66,7 +66,7 @@
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you enter the review below, the review will be sent
|
If you enter the review below, the review will be sent
|
||||||
to {% for addr in to %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% if review_cc %}, with a CC to {% for addr in cc %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}.
|
to {% for addr in review_to %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% if review_cc %}, with a CC to {% for addr in review_cc %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}.
|
||||||
</p>
|
</p>
|
||||||
{% elif assignment %}
|
{% elif assignment %}
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue