Remove the ?private thing in /iesg/agenda/, the only use of it appears
to be agenda_package.txt and that file already includes the links that are enabled by the flag - perhaps it predates the user modeling that allows ADs and Secretariat to see the links - Legacy-Id: 6398
This commit is contained in:
parent
b99cf963ae
commit
be9fd53d55
|
@ -227,7 +227,6 @@ def agenda_json(request, date=None):
|
|||
@vary_on_cookie
|
||||
def agenda(request, date=None):
|
||||
data = agenda_data(request, date)
|
||||
data['private'] = 'private' in request.REQUEST
|
||||
data['settings'] = settings
|
||||
return render_to_response("iesg/agenda.html", data, context_instance=RequestContext(request))
|
||||
|
||||
|
|
|
@ -65,11 +65,11 @@ div.agenda-wg { margin-left: 30px; margin-top:0.5em; margin-bottom: 0.5em; width
|
|||
<h2>1. Administrivia</h2>
|
||||
<div id="section1">
|
||||
|
||||
<h3>1.1 {% if private or user|has_role:"Area Director,IAB Chair,Secretariat" %}<a href="https://www.ietf.org/iesg/internal/rollcall.txt">Roll Call</a>{% else %}Roll Call{% endif %}</h3>
|
||||
<h3>1.1 {% if user|has_role:"Area Director,IAB Chair,Secretariat" %}<a href="https://www.ietf.org/iesg/internal/rollcall.txt">Roll Call</a>{% else %}Roll Call{% endif %}</h3>
|
||||
|
||||
<h3>1.2 Bash the Agenda</h3>
|
||||
|
||||
<h3>1.3 Approval of the {% if private or user|has_role:"Area Director,IAB Chair,Secretariat" %}<a href="https://www.ietf.org/iesg/internal/minutes.txt">Minutes</a>{%else%}Minutes{%endif%} of Past Telechats</h3>
|
||||
<h3>1.3 Approval of the {% if user|has_role:"Area Director,IAB Chair,Secretariat" %}<a href="https://www.ietf.org/iesg/internal/minutes.txt">Minutes</a>{%else%}Minutes{%endif%} of Past Telechats</h3>
|
||||
<h3>1.4 List of Remaining Action Items from Last Telechat</h3>
|
||||
<pre>
|
||||
{{ action_items }}
|
||||
|
|
Loading…
Reference in a new issue