Skip to content

Commit 107a5d3

Browse files
committed
Made the important-dates page honour the Meeting.show_important_dates setting.
- Legacy-Id: 18565
1 parent 6d36990 commit 107a5d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/templates/meeting/important-dates.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ <h1>Important Dates</h1>
1515
</p>
1616

1717
{% for meeting in meetings %}
18+
{% if meeting.show_important_dates %}
1819
<h3>IETF {{meeting.number}}: {{ meeting.date}}, {{meeting.city}}, {{meeting.country}}</h3>
1920
<ul>
2021
{% with first=forloop.first %}
@@ -47,6 +48,7 @@ <h3>IETF {{meeting.number}}: {{ meeting.date}}, {{meeting.city}}, {{meeting.coun
4748
{% endfor %}
4849
{% endwith %}
4950
</ul>
51+
{% endif %}
5052
{% endfor %}
5153
{% endblock %}
5254

0 commit comments

Comments
 (0)