|
1 | 1 | {% extends "base.html" %} |
2 | | -{# Copyright The IETF Trust 2015, All Rights Reserved #} |
| 2 | +{# Copyright The IETF Trust 2015-2019, All Rights Reserved #} |
3 | 3 | {% load origin %} |
4 | 4 |
|
5 | 5 | {% load ietf_filters staticfiles managed_groups %} |
@@ -43,7 +43,7 @@ <h2 class="anchor-target" id="plenaries">Plenaries</h2> |
43 | 43 | <table class="table table-condensed table-striped tablesorter"> |
44 | 44 | <thead> |
45 | 45 | <tr> |
46 | | - {% if user|has_role:"Secretariat" or user|managed_groups %} |
| 46 | + {% if user|has_role:"Secretariat" or user|matman_groups %} |
47 | 47 | <th class="col-md-1">Group</th> |
48 | 48 | <th class="col-md-1">Agenda</th> |
49 | 49 | <th class="col-md-1">Minutes</th> |
@@ -77,7 +77,7 @@ <h2 class="anchor-target" id="{{sessions.list.0.group.parent.acronym}}">{{sessio |
77 | 77 | <table class="table table-condensed table-striped tablesorter"> |
78 | 78 | <thead> |
79 | 79 | <tr> |
80 | | - {% if user|has_role:"Secretariat" or user|managed_groups %} |
| 80 | + {% if user|has_role:"Secretariat" or user|matman_groups %} |
81 | 81 | <th class="col-md-1">Group</th> |
82 | 82 | <th class="col-md-1">Agenda</th> |
83 | 83 | <th class="col-md-1">Minutes</th> |
@@ -113,7 +113,7 @@ <h2 class="anchor-target" id="training">Training</h2> |
113 | 113 | <table class="table table-condensed table-striped tablesorter"> |
114 | 114 | <thead> |
115 | 115 | <tr> |
116 | | - {% if user|has_role:"Secretariat" or user|managed_groups %} |
| 116 | + {% if user|has_role:"Secretariat" or user|matman_groups %} |
117 | 117 | <th class="col-md-1">Group</th> |
118 | 118 | <th class="col-md-1">Agenda</th> |
119 | 119 | <th class="col-md-1">Minutes</th> |
@@ -149,7 +149,7 @@ <h2 class="anchor-target" id="iab">IAB <small>Internet Architecture Board</small |
149 | 149 | <table class="table table-condensed table-striped tablesorter"> |
150 | 150 | <thead> |
151 | 151 | <tr> |
152 | | - {% if user|has_role:"Secretariat" or user|managed_groups %} |
| 152 | + {% if user|has_role:"Secretariat" or user|matman_groups %} |
153 | 153 | <th class="col-md-1">Group</th> |
154 | 154 | <th class="col-md-1">Agenda</th> |
155 | 155 | <th class="col-md-1">Minutes</th> |
@@ -184,7 +184,7 @@ <h2 class="anchor-target" id="irtf">IRTF <small>Internet Research Task Force</sm |
184 | 184 | <table class="table table-condensed table-striped tablesorter"> |
185 | 185 | <thead> |
186 | 186 | <tr> |
187 | | - {% if user|has_role:"Secretariat" or user|managed_groups %} |
| 187 | + {% if user|has_role:"Secretariat" or user|matman_groups %} |
188 | 188 | <th class="col-md-1">Group</th> |
189 | 189 | <th class="col-md-1">Agenda</th> |
190 | 190 | <th class="col-md-1">Minutes</th> |
@@ -218,7 +218,7 @@ <h2 class="anchor-target" id="other">Other <small>Miscellaneous other sessions</ |
218 | 218 | <table class="table table-condensed table-striped tablesorter"> |
219 | 219 | <thead> |
220 | 220 | <tr> |
221 | | - {% if user|has_role:"Secretariat" or user|managed_groups %} |
| 221 | + {% if user|has_role:"Secretariat" or user|matman_groups %} |
222 | 222 | <th class="col-md-1">Group</th> |
223 | 223 | <th class="col-md-1">Agenda</th> |
224 | 224 | <th class="col-md-1">Minutes</th> |
|
0 commit comments