Merge branch 'feat/rfc' into related_no_alias

This commit is contained in:
Robert Sparks 2023-07-20 09:43:05 -05:00
commit 1ad19e0256
No known key found for this signature in database
GPG key ID: 6E2A6A5775F91318
2 changed files with 6 additions and 6 deletions

View file

@ -150,7 +150,7 @@
{{ replaces|urlize_related_target_list:document_html|join:", " }}
{% endif %}
{% else %}
<span class="text-muted">(None)</span>
<span class="text-body-secondary">(None)</span>
{% endif %}
</td>
</tr>
@ -232,7 +232,7 @@
</a>
{% endif %}
</td>
<td {% if doc.stream is None %}class="text-muted"{%endif%}>
<td {% if doc.stream is None %}class="text-body-secondary"{%endif%}>
{% if doc.stream is not None %}
{% if doc.stream.name|lower in 'iab,irtf,ise,editorial' %}
<a href="{% url 'ietf.group.views.stream_documents' acronym=doc.stream.name|lower %}">

View file

@ -72,7 +72,7 @@
{% if doc.ad %}
{% person_link doc.ad %}
{% else %}
<span class="text-muted">
<span class="text-body-secondary">
(None)
</span>
{% endif %}
@ -95,7 +95,7 @@
{% if doc.notify %}
{{ doc.notify|linkify }}
{% else %}
<span class="text-muted">
<span class="text-body-secondary">
(None)
</span>
{% endif %}
@ -324,7 +324,7 @@
{% if not forloop.last %}<br>{% endif %}
{% endfor %}
</p>
<p class="text-muted card-text">
<p class="text-body-secondary card-text">
(Note: The e-mail addresses provided for the authors of this Internet-Draft may no longer be valid.)
</p>
</div>
@ -336,4 +336,4 @@
</script>
<script src="{% static 'ietf/js/document_timeline.js' %}">
</script>
{% endblock %}
{% endblock %}