Merge pull request #6718 from rjsparks/simplify_moderator

fix: replace copy of draft minutes on iesg moderator page with a link
This commit is contained in:
Robert Sparks 2023-11-30 12:45:24 -06:00 committed by GitHub
commit b78f5bab90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,9 +96,7 @@ Some parts Copyright (c) 2009 The IETF Trust, all rights reserved.
<p>
Are there narrative minutes to approve for today?
</p>
{% filter linebreaks_crlf %}
<pre>{{ section.text }}</pre>
{% endfilter %}
<a href="{% url 'ietf.iesg.views.telechat_agenda_content_view' section='minutes' %}">Draft minutes</a>
{% endif %}
{% if num == "1.4" %}
{% filter linebreaks_crlf %}