Skip to content

Commit

Permalink
Make the liaison statement list inherit from base.html
Browse files Browse the repository at this point in the history
 - Legacy-Id: 1345
  • Loading branch information
levkowetz committed Mar 2, 2009
1 parent 0b4a06a commit a7677a8
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions ietf/templates/liaisons/liaisondetail_list.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{# no include because there's no style on the existing page #}
<html>
<HEAD>
<TITLE>Liaison Statements</TITLE>
<link rel="alternate" type="application/atom+xml" href="/feed/liaison/recent/">
</HEAD>
{% extends "base.html" %}
{% block content %}


<HR>
<center><h2>Liaison Statements</H2></center>

<table cellspacing="3">
Expand Down Expand Up @@ -729,5 +723,6 @@
<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>


</table><P><P><P>
</html>
</table>
{% endblock %}

0 comments on commit a7677a8

Please sign in to comment.