datatracker/ietf/templates/liaisons/help.html
2010-07-21 12:48:05 +00:00

16 lines
510 B
HTML

{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}
{% block title %}Liaison Statement Management Tool Help{% endblock %}
{% block content %}
<h1>Liaison Statement Management Tool Help</h1>
<ul>
<li><a href="fields/">Help on Fields</a>
<li><a href="to_ietf/">Liaison Statements to the IETF: Guidelines for Completing the "To:" and "Cc:" Fields </a>
<li><a href="from_ietf/">Liaison Statements from the IETF: Guidelines for Completing the "Cc:" Field</a>
</ul>
{% endblock %}