Skip to content

Commit 47e3ba8

Browse files
committed
Fixed bad variable in title of requests.html. Fixes issue ietf-tools#2608. Commit ready to merge.
- Legacy-Id: 15688
1 parent 194d8c8 commit 47e3ba8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/meeting/requests.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{% block bodyAttrs %}data-spy="scroll" data-target="#affix"{% endblock %}
1212

13-
{% block title %}IETF {{ meeting.num }} timeslot requests{% endblock %}
13+
{% block title %}IETF {{ meeting.number }} timeslot requests{% endblock %}
1414

1515
{% block content %}
1616
{% origin %}
@@ -130,4 +130,4 @@ <h2 class="anchor-target" id="{{area.grouper.acronym}}">
130130

131131
{% block js %}
132132
<script src="{% static "jquery.tablesorter/js/jquery.tablesorter.combined.min.js" %}"></script>
133-
{% endblock %}
133+
{% endblock %}

0 commit comments

Comments
 (0)