Merged in [18036] from rjsparks@nostrum.com:
Tweak to title of the page used to complete reviews. Fixes #2767.
- Legacy-Id: 18038
Note: SVN reference [18036] has been migrated to Git commit da0c81d78f
This commit is contained in:
commit
40b2e2d546
|
@ -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' %}">
|
||||
|
|
Loading…
Reference in a new issue