Skip to content

Commit da0c81d

Browse files
committed
Tweak to title of the page used to complete reviews. Fixes ietf-tools#2767. Commit ready to merge.
- Legacy-Id: 18036
1 parent 5ea79b8 commit da0c81d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/review/complete_review.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{# Copyright The IETF Trust 2016, All Rights Reserved #}
33
{% load origin bootstrap3 static %}
44

5-
{% block title %}{% if revising_review %}Revise{% elif assignment %}Complete{% else %}Submit unsolicited{% endif %} review of {{ review_req.doc.name }}{% endblock %}
5+
{% block title %}{% if revising_review %}Revise{% elif assignment %}Complete{% else %}Submit unsolicited{% endif %} review of {{ doc.name }}{% endblock %}
66

77
{% block pagehead %}
88
<link rel="stylesheet" href="{% static 'bootstrap-datepicker/css/bootstrap-datepicker3.min.css' %}">

0 commit comments

Comments
 (0)