Fixed bad variable in title of requests.html. Fixes issue #2608. Commit ready to merge.

- Legacy-Id: 15688
This commit is contained in:
Jean Mahoney 2018-11-03 05:51:40 +00:00
parent 194d8c89d1
commit 47e3ba8ba4

View file

@ -10,7 +10,7 @@
{% block bodyAttrs %}data-spy="scroll" data-target="#affix"{% endblock %}
{% block title %}IETF {{ meeting.num }} timeslot requests{% endblock %}
{% block title %}IETF {{ meeting.number }} timeslot requests{% endblock %}
{% block content %}
{% origin %}
@ -130,4 +130,4 @@
{% block js %}
<script src="{% static "jquery.tablesorter/js/jquery.tablesorter.combined.min.js" %}"></script>
{% endblock %}
{% endblock %}