From e6f47a0474f348fbda92e8459e1adfabbe2e6c8e Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 1 Jun 2023 11:31:46 +0300 Subject: [PATCH] Fix title --- ietf/templates/doc/document_info.html | 4 +--- ietf/templates/logo.html | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ietf/templates/doc/document_info.html b/ietf/templates/doc/document_info.html index 18a809bd2..f8b35aa83 100644 --- a/ietf/templates/doc/document_info.html +++ b/ietf/templates/doc/document_info.html @@ -238,9 +238,7 @@ href="{% url 'ietf.doc.views_draft.review_possibly_replaces' name=doc.name %}">E {% endif %} {% if document_html %} {% if doc.stream.name|lower in 'iab,ietf,irtf' %} -
- {% include "logo.html" with org=doc.stream.name|lower classes="w-25 mt-1" only %} -
+ {% include "logo.html" with org=doc.stream.name|lower classes="w-25 mt-1" title=stream_desc only %} {% else %} {{ stream_desc }} {% endif %} diff --git a/ietf/templates/logo.html b/ietf/templates/logo.html index bd57c6990..ae95cb958 100644 --- a/ietf/templates/logo.html +++ b/ietf/templates/logo.html @@ -7,5 +7,6 @@ media="(prefers-color-scheme: dark)"> {{ org|upper }} Logo \ No newline at end of file