Tweak to title of the page used to complete reviews. Fixes #2767. Commit ready to merge.

- Legacy-Id: 18036
This commit is contained in:
Robert Sparks 2020-06-22 20:32:58 +00:00
parent 5ea79b87dd
commit da0c81d78f

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% 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 %}
{% block pagehead %}
<link rel="stylesheet" href="{% static 'bootstrap-datepicker/css/bootstrap-datepicker3.min.css' %}">