datatracker/ietf/templates/review/deadline_changed.txt

6 lines
234 B
Plaintext

{% load ietf_filters %}{% autoescape off %}
{{by.plain_name }} has changed the deadline for this review request to: {{ review_req.deadline|date:"Y-m-d" }}
(The original deadline was {{old_deadline|date:"Y-m-d"}})
{% endautoescape %}