Skip to content

Commit b78f5ba

Browse files
authored
Merge pull request ietf-tools#6718 from rjsparks/simplify_moderator
fix: replace copy of draft minutes on iesg moderator page with a link
2 parents 63210c1 + e7bf4e0 commit b78f5ba

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ietf/templates/iesg/moderator_package.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ <h2>
9696
<p>
9797
Are there narrative minutes to approve for today?
9898
</p>
99-
{% filter linebreaks_crlf %}
100-
<pre>{{ section.text }}</pre>
101-
{% endfilter %}
99+
<a href="{% url 'ietf.iesg.views.telechat_agenda_content_view' section='minutes' %}">Draft minutes</a>
102100
{% endif %}
103101
{% if num == "1.4" %}
104102
{% filter linebreaks_crlf %}

0 commit comments

Comments
 (0)