fix: Point to IAB liaison page from datatracker liaison pages (#5168)
Fixes #4971
This commit is contained in:
parent
f70ce3eaab
commit
07b10b221b
|
@ -13,6 +13,7 @@
|
|||
<br>
|
||||
<small class="text-muted">{% include 'liaisons/liaison_title.html' %}</small>
|
||||
</h1>
|
||||
{% include "liaisons/liaison_desc.html" only %}
|
||||
{% include "liaisons/detail_tabs.html" %}
|
||||
<table class="table table-sm table-striped">
|
||||
<tbody>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
{% block content %}
|
||||
{% origin %}
|
||||
<h1>Liaison Statements</h1>
|
||||
{% include "liaisons/liaison_desc.html" only %}
|
||||
{% if with_search %}
|
||||
<div class="ietf-box search-form-box">{% include "liaisons/search_form.html" %}</div>
|
||||
{% endif %}
|
||||
|
|
4
ietf/templates/liaisons/liaison_desc.html
Normal file
4
ietf/templates/liaisons/liaison_desc.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<div class="alert alert-info">
|
||||
Additional information about IETF liaison relationships is available on the
|
||||
<a href="https://www.iab.org/liaisons/" target="_blank">Internet Architecture Board liaison webpage</a>.
|
||||
</div>
|
Loading…
Reference in a new issue