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:
commit
b78f5bab90
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue