We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea79b8 commit da0c81dCopy full SHA for da0c81d
1 file changed
ietf/templates/doc/review/complete_review.html
@@ -2,7 +2,7 @@
2
{# Copyright The IETF Trust 2016, All Rights Reserved #}
3
{% load origin bootstrap3 static %}
4
5
-{% block title %}{% if revising_review %}Revise{% elif assignment %}Complete{% else %}Submit unsolicited{% endif %} review of {{ review_req.doc.name }}{% endblock %}
+{% block title %}{% if revising_review %}Revise{% elif assignment %}Complete{% else %}Submit unsolicited{% endif %} review of {{ doc.name }}{% endblock %}
6
7
{% block pagehead %}
8
<link rel="stylesheet" href="{% static 'bootstrap-datepicker/css/bootstrap-datepicker3.min.css' %}">
0 commit comments