You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop showing generated proceedings for older meetings that already had official proceedings. Fixesietf-tools#3322.
- Legacy-Id: 19184
Note: SVN reference [19182] has been migrated to Git commit 3202a25
Copy file name to clipboardExpand all lines: ietf/templates/meeting/proceedings.html
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,6 @@ <h1>IETF {{ meeting.number }} {% if not meeting.proceedings_final %}Draft{% endi
23
23
{% endif %}
24
24
</h1>
25
25
26
-
{% if meeting.number|add:0 <= 96 %}
27
-
<pclass="alert alert-info">
28
-
<b>These are not the official proceedings for IETF{{meeting.number}}. This page shows what would be generated by the new automatic proceedings generator for that meeting. The official proceedings are located at <ahref="https://www.ietf.org/proceedings/{{meeting.number}}">https://www.ietf.org/proceedings/{{meeting.number}}</a></b>
29
-
</p>
30
-
{% endif %}
31
-
32
26
{# cache for 15 minutes, as long as there's no proceedings activity. takes 4-8 seconds to generate. #}
0 commit comments