Added IAB Chair permission for some IESG agenda links.

- Legacy-Id: 5729
This commit is contained in:
Henrik Levkowetz 2013-05-14 18:42:08 +00:00
parent 313e676823
commit 795f91a52e

View file

@ -96,7 +96,7 @@ div.agenda-wg { margin-left: 30px; margin-top:0.5em; margin-bottom: 0.5em; width
<div id="section6">
{% for m in mgmt %}
<h3>6.{{forloop.counter}} {{m.title|escape}}</h3>
{% if user|in_group:"Area_Director,Secretariat" %}
{% if user|in_group:"Area Director,IAB Chair,Secretariat" %}
<pre>
{{m.text|wordwrap:"76"}}
</pre>