Fixed bad variable in title of requests.html. Fixes issue #2608. Commit ready to merge.
- Legacy-Id: 15688
This commit is contained in:
parent
194d8c89d1
commit
47e3ba8ba4
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue