datatracker/ietf/templates/liaisons/help.html
Lars Eggert bbf088e18b Hopefully the final check-ins.
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00

19 lines
626 B
HTML

{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Liaison statement help{% endblock %}
{% block content %}
{% origin %}
<h1>Liaison statement help</h1>
<ul>
<li>
<a href="fields/">Help on fields</a>
</li>
<li>
<a href="to_ietf/">Liaison statements to the IETF - guidelines for completing the "To:" and "Cc:" fields</a>
</li>
<li>
<a href="from_ietf/">Liaison statements from the IETF - guidelines for completing the "Cc:" field</a>
</li>
</ul>
{% endblock %}