Provide information about who has suggested document replaced-by information in the notification email.
This commit fixes bug 1817,
- Legacy-Id: 10440
Note: SVN reference [10425] has been migrated to Git commit ba39077180
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
{% autoescape off %}
|
|
{{ submitter_info }} has suggested new replaced-by information:
|
|
|
|
{{ doc }} is suggested to replace:
|
|
|
|
{% for d in possibly_replaces %} {{ d.name }}
|
|
{% endfor %}
|
|
|
|
Please visit
|
|
|
|
{{ review_url }}
|
|
|
|
and either accept or decline the suggestion.
|
|
{% endautoescape %}
|