Skip to content

Commit a7677a8

Browse files
committed
Make the liaison statement list inherit from base.html
- Legacy-Id: 1345
1 parent 0b4a06a commit a7677a8

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

ietf/templates/liaisons/liaisondetail_list.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
{# Copyright The IETF Trust 2007, All Rights Reserved #}
2-
{# no include because there's no style on the existing page #}
3-
<html>
4-
<HEAD>
5-
<TITLE>Liaison Statements</TITLE>
6-
<link rel="alternate" type="application/atom+xml" href="/feed/liaison/recent/">
7-
</HEAD>
2+
{% extends "base.html" %}
3+
{% block content %}
84

9-
10-
<HR>
115
<center><h2>Liaison Statements</H2></center>
126

137
<table cellspacing="3">
@@ -729,5 +723,6 @@
729723
<tr><td valign="top">Jan 1995<td valign="top">ISO/IEC JTC1/SC6<TD valign="top">ISOC<TD><A HREF="https://www.ietf.org/IESG/LIAISON/ISO-ISOC-coopagreement.txt">Cooperative Agreement Between the Internet Society and the International Organization for Standardization / International Electrotechnical Committee 1 / Sub Committee 6 (ISO/IEC JTC1/SC6)</A>
730724

731725

732-
</table><P><P><P>
733-
</html>
726+
</table>
727+
{% endblock %}
728+

0 commit comments

Comments
 (0)