Skip to content

Commit 66175b2

Browse files
committed
Changed etherpad port to 9009 in the links in 2 templates.
- Legacy-Id: 17692
1 parent f8760cd commit 66175b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/meeting/interim_session_buttons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{% endwith %}
1515
{% endif %}
1616
<!-- etherpad -->
17-
<a class="" href="https://etherpad.ietf.org/p/notes-ietf-{{ meeting.number }}?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
17+
<a class="" href="https://etherpad.ietf.org:9009/p/notes-ietf-{{ meeting.number }}?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
1818
<!-- Jabber -->
1919
<a class="" href="xmpp:{{session.jabber_room_name}}@jabber.ietf.org?join" title="Jabber room for {{session.jabber_room_name}}"><span class="fa fa-fw fa-lightbulb-o"></span></a>
2020
<!-- webex -->

ietf/templates/meeting/session_buttons_include.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
{% endif %}
1313

1414
{% if item.timeslot.type.slug == 'plenary' %}
15-
<a class="btn btn-default btn-xs" href="https://etherpad.ietf.org/p/notes-ietf-{{ schedule.meeting.number }}-plenary?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-edit"></span></a>
15+
<a class="btn btn-default btn-xs" href="https://etherpad.ietf.org:9009/p/notes-ietf-{{ schedule.meeting.number }}-plenary?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-edit"></span></a>
1616
{% else %}
17-
<a class="btn btn-default btn-xs" href="https://etherpad.ietf.org/p/notes-ietf-{{ schedule.meeting.number }}-{{item.session.historic_group.acronym}}?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-edit"></span></a>
17+
<a class="btn btn-default btn-xs" href="https://etherpad.ietf.org:9009/p/notes-ietf-{{ schedule.meeting.number }}-{{item.session.historic_group.acronym}}?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-edit"></span></a>
1818
{% endif %}
1919

2020
{# show stream buttons up till end of session, then show archive buttons #}

0 commit comments

Comments
 (0)