You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ietf/templates/meeting/agenda.html
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@ <h2>
58
58
</p>
59
59
{% endif %}
60
60
{% include 'meeting/tz-display.html' with meeting_timezone=timezone only %}
61
-
{% include "meeting/agenda_filter.html" with filter_categories=filter_categories customize_button_text="Personalize the agenda view..." always_show=personalize %}
62
-
{% include "meeting/agenda_personalize_buttonlist.html" with meeting=schedule.meeting only %}
61
+
{% include "meeting/agenda_filter.html" with filter_categories=filter_categories customize_button_text="Filter this agenda view..." always_show=personalize %}
62
+
{% include "meeting/agenda_personalize_buttonlist.html" with meeting=schedule.meeting personalize=personalize only %}
0 commit comments