diff --git a/docker/run b/docker/run index 156a054df..236ad3759 100755 --- a/docker/run +++ b/docker/run @@ -22,7 +22,7 @@ DESCRIPTION This is a wrapper which runs docker with suitable arguments on a debian-based docker image which has been set up with the dependencies needed to easily run the IETF datatracker in development mode. By - default, it expects to find MySWL database files at + default, it expects to find the MySQL database files at $parent/data/mysql, which is mapped inside the container to /var/lib/mysql, and it will set up a home directory for the current user ($USER) and map it to $HOME. diff --git a/ietf/templates/meeting/requests.html b/ietf/templates/meeting/requests.html index 7fe6bd88e..380a6244a 100644 --- a/ietf/templates/meeting/requests.html +++ b/ietf/templates/meeting/requests.html @@ -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 %} -{% endblock %} \ No newline at end of file +{% endblock %}