datatracker/ietf/templates/wgcharter/wg_tab_ballot.html
2011-09-20 06:38:05 +00:00

12 lines
240 B
HTML

{% extends "wgcharter/wg_main.html" %}
{% comment %}
Copyright The IETF Trust 2011, All Rights Reserved
{% endcomment %}
{% load ietf_filters %}
{% block tab_content %}
{% include "wgcharter/wg_ballot.html" %}
{% endblock tab_content %}