Skip to content

Commit a99ca15

Browse files
committed
Merged in [15688] from mahoney@nostrum.com:
Fixed bad variable in title of requests.html. Fixes issue ietf-tools#2608. - Legacy-Id: 15707 Note: SVN reference [15688] has been migrated to Git commit 47e3ba8
2 parents bd26489 + 47e3ba8 commit a99ca15

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DESCRIPTION
2222
This is a wrapper which runs docker with suitable arguments on a
2323
debian-based docker image which has been set up with the dependencies
2424
needed to easily run the IETF datatracker in development mode. By
25-
default, it expects to find MySWL database files at
25+
default, it expects to find the MySQL database files at
2626
$parent/data/mysql, which is mapped inside the
2727
container to /var/lib/mysql, and it will set up a home directory for
2828
the current user ($USER) and map it to $HOME.

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)