Merged in [18036] from rjsparks@nostrum.com:

Tweak to title of the page used to complete reviews. Fixes .
 - Legacy-Id: 18038
Note: SVN reference [18036] has been migrated to Git commit da0c81d78f
This commit is contained in:
Henrik Levkowetz 2020-06-23 14:23:15 +00:00
commit 40b2e2d546

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' %}">