datatracker/ietf/templates/iesg/telechatminutes_detail.html
Henrik Levkowetz 201f9b4787 Added missing page header
- Legacy-Id: 461
2007-06-17 01:51:56 +00:00

16 lines
287 B
HTML

{% extends "base.html" %}
{% load ietf_filters %}
{% block title %}IESG Telechat Minutes{% endblock %}
{% block content %}
<center><h2>Minutes of the IESG Teleconferences</h2></center>
<blockquote>
{{ object.telechat_minute|escape|linebreaks|urlize }}
</blockquote>
{% endblock %}