Skip to content

Commit dba620f

Browse files
author
Bartosz Balazinski
committed
Fixed references (relative to absolute) in template ietf/templates/group/active_areas.html, fixed build failure on unused import in file 0006_auto_20150718_0509.py, commit ready for merge
- Legacy-Id: 9802
1 parent 7fb17b0 commit dba620f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/group/migrations/0006_auto_20150718_0509.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
33

4-
from django.db import models, migrations
4+
from django.db import migrations
55

66
def add_area_descriptions(apps, schema_editor):
77
Group = apps.get_model("group","Group")

ietf/templates/group/active_areas.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Areas</h1>
1010
<p>The IETF divides its work into a number of areas, each comprised of working groups that relate to that area's focus. The area structure is defined by the IESG, and the IESG can add areas, redefine areas, merge areas, change the number of ADs assigned to an area, or close down areas.</p>
1111
<p>Changes to the area structure affect the IETF in many ways; decisions to change the area structure are taken in consultation with the community.</p>
12-
<p>When changing the area structure, the IESG can decide which members are responsible for new and changed areas, including making one sitting AD responsible for multiple areas, but the IESG can only add new members through the <a href="http://ietf.org/nomcom/index.html">nomcom process</a>.</p>
12+
<p>When changing the area structure, the IESG can decide which members are responsible for new and changed areas, including making one sitting AD responsible for multiple areas, but the IESG can only add new members through the <a href="http://www.ietf.org/nomcom/index.html">nomcom process</a>.</p>
1313
<p>The primary task of area management is handled by one or two Area Directors per area. An AD may be advised by one or more directorates, which are created, selected, chaired and if necessary disbanded by the AD. Directorates may be specific to an area, specific to a technology, or chartered in some other fashion.</p>
1414
<p>The ADs for an area are jointly responsible for making sure the WGs in the area are well coordinated, that there is coverage for the technologies needed in the area, and that the challenges most important to the Internet in that area are indeed being worked on.</p>
1515
<ul><li>A full list of active working groups, sorted by area, may be found at <a href="http://datatracker.ietf.org/wg/">http://datatracker.ietf.org/wg/</a>.</li></ul>
@@ -19,5 +19,5 @@ <h1>Areas</h1>
1919
<h2>{{area.name}} ({{area.acronym}})</h2>
2020
<pre class="pasted">{{area.description}}</pre>
2121
{% endfor %}
22-
<p>For more information about the role of the IESG in areas and working groups, please see <a href="/rfc/rfc3710.txt">RFC 3710 ("An IESG charter")</a>, section 6 and <a href="/rfc/rfc2418.txt">RFC 2418 ("IETF Working Group Guidelines and Procedures")</a>.</p>
22+
<p>For more information about the role of the IESG in areas and working groups, please see <a href="http://www.ietf.org/rfc/rfc3710.txt">RFC 3710 ("An IESG charter")</a>, section 6 and <a href="http://www.ietf.org/rfc/rfc2418.txt">RFC 2418 ("IETF Working Group Guidelines and Procedures")</a>.</p>
2323
{% endblock %}

0 commit comments

Comments
 (0)