Changed some URLs to match new locations after the deployment of the new IETF website. Fixes issue #2434
- Legacy-Id: 14517
This commit is contained in:
parent
370caace21
commit
c1f8b1bb0b
|
@ -191,8 +191,8 @@ def agenda(request, date=None):
|
||||||
data = agenda_data(date)
|
data = agenda_data(date)
|
||||||
|
|
||||||
if has_role(request.user, ["Area Director", "IAB Chair", "Secretariat"]):
|
if has_role(request.user, ["Area Director", "IAB Chair", "Secretariat"]):
|
||||||
data["sections"]["1.1"]["title"] = data["sections"]["1.1"]["title"].replace("Roll call", '<a href="https://www.ietf.org/iesg/internal/rollcall.txt">Roll Call</a>')
|
data["sections"]["1.1"]["title"] = data["sections"]["1.1"]["title"].replace("Roll call", '<a href="https://www6.ietf.org/iesg/internal/rollcall.txt">Roll Call</a>')
|
||||||
data["sections"]["1.3"]["title"] = data["sections"]["1.3"]["title"].replace("minutes", '<a href="https://www.ietf.org/iesg/internal/minutes.txt">Minutes</a>')
|
data["sections"]["1.3"]["title"] = data["sections"]["1.3"]["title"].replace("minutes", '<a href="https://www6.ietf.org/iesg/internal/minutes.txt">Minutes</a>')
|
||||||
|
|
||||||
request.session['ballot_edit_return_point'] = request.path_info
|
request.session['ballot_edit_return_point'] = request.path_info
|
||||||
return render(request, "iesg/agenda.html", {
|
return render(request, "iesg/agenda.html", {
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
Contents:
|
Contents:
|
||||||
|
|
||||||
1. Roll Call and Dial-In Instructions
|
1. Roll Call and Dial-In Instructions
|
||||||
https://www.ietf.org/iesg/internal/rollcall.txt
|
https://www6.ietf.org/iesg/internal/rollcall.txt
|
||||||
2. Agenda
|
2. Agenda
|
||||||
https://datatracker.ietf.org/iesg/agenda/
|
https://datatracker.ietf.org/iesg/agenda/
|
||||||
3. Management Item Details
|
3. Management Item Details
|
||||||
https://datatracker.ietf.org/iesg/agenda/#6
|
https://datatracker.ietf.org/iesg/agenda/#6
|
||||||
4. Previous minutes
|
4. Previous minutes
|
||||||
https://www.ietf.org/iesg/internal/minutes.txt
|
https://www6.ietf.org/iesg/internal/minutes.txt
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
1. ROLL CALL AND DIAL-IN INSTRUCTIONS
|
1. ROLL CALL AND DIAL-IN INSTRUCTIONS
|
||||||
|
|
Loading…
Reference in a new issue