Skip to content

Commit be9fd53

Browse files
committed
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
1 parent b99cf96 commit be9fd53

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

ietf/iesg/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def agenda_json(request, date=None):
227227
@vary_on_cookie
228228
def agenda(request, date=None):
229229
data = agenda_data(request, date)
230-
data['private'] = 'private' in request.REQUEST
231230
data['settings'] = settings
232231
return render_to_response("iesg/agenda.html", data, context_instance=RequestContext(request))
233232

ietf/templates/iesg/agenda.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ <h1>IESG Agenda: {{ date}} </h1>
6565
<h2>1. Administrivia</h2>
6666
<div id="section1">
6767

68-
<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>
68+
<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>
6969

7070
<h3>1.2 Bash the Agenda</h3>
7171

72-
<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>
72+
<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>
7373
<h3>1.4 List of Remaining Action Items from Last Telechat</h3>
7474
<pre>
7575
{{ action_items }}

0 commit comments

Comments
 (0)