12 lines
240 B
HTML
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 %}
|
|
|