From ad357e00686408ec0bd5da92aaf4ac6c59b454af Mon Sep 17 00:00:00 2001
From: Ole Laursen IRTF Chair: Active Research Groups: Groups in the BoF state
Please provide instructions regarding the disposition of each
@@ -29,7 +29,7 @@ form.conclude .actions {
{{ form.as_table }}
Below you can customize the draft states and tags used in the
-{{ group.acronym }} {{ group.type.name }}. Note that some states are
+{{ group.acronym }} {{ group.type.name }}. Note that some states are
mandatory for group operation and cannot be deactivated. You can see the default Working Group I-D State Diagram
diff --git a/ietf/templates/wginfo/edit.html b/ietf/templates/wginfo/edit.html
index 8e21b090d..a706360dd 100644
--- a/ietf/templates/wginfo/edit.html
+++ b/ietf/templates/wginfo/edit.html
@@ -1,10 +1,10 @@
{% extends "base.html" %}
{% block title %}
-{% if wg %}
-Edit WG {{ wg.acronym }}
+{% if group %}
+Edit {{ group.type.name }} {{ group.acronym }}
{% else %}
-Start chartering new WG
+Start chartering new group
{% endif %}
{% endblock %}
@@ -28,12 +28,12 @@ form.edit #id_urls { height: 4em; }
{% load ietf_filters %}
Links:
- {{ group.acronym }} {{ group.type.name }}
+ {{ group.acronym }} {{ group.type.name }}
- {{ group.charter.canonical_name }}
-You can reset
+You can reset
this list to the milestones currently in use for the {{ group.acronym }} {{ group.type.name }}.
In addition to the charter maintained by the IETF Secretariat, there is additional information about this working group on the Web at:
+ In addition to the charter, there is additional information about this group on the Web at:
{% for url in urls %}
{{ url.name }}{% if not forloop.last %}, {% endif %}
{% endfor %}
@@ -150,7 +152,7 @@ is occasionally incorrect.
{% endif %}
{% endwith %}
- {{ group.charter_text|escape|format_charter|safe }} Groups with a charter in state
{% for s in charter_states %}{% if not forloop.first %}, {% if forloop.last %}or {% endif %}{% endif %}{{ s.name }}{% endfor %}. You can see the default Working Group I-D State Diagram
in Section 4.1 of RFC6174.
@@ -132,7 +132,7 @@
{% if not snapshot and chartering %}
@@ -68,7 +68,8 @@ like Proposed Milestones
{% if user|has_role:"Area Director,Secretariat" %}
-Edit charter milestones
+Edit charter milestones
{% endif %}
diff --git a/ietf/templates/iesg/milestones_needing_review.html b/ietf/templates/iesg/milestones_needing_review.html
index 3cca9584b..829fcce99 100644
--- a/ietf/templates/iesg/milestones_needing_review.html
+++ b/ietf/templates/iesg/milestones_needing_review.html
@@ -15,7 +15,7 @@ div.milestones-for-group { margin: 0.5em 0; }
{% for g in ad.groups_needing_review %}
-Active IRTF Research Groups
+
+
+ {% for group in groups %}
+
+
+
+ {% endfor %}
+ {{ group.acronym }}
+ {{ group.name }}
+ {% for chair in group.chairs %}{{ chair.person.plain_name }}{% if not forloop.last %}, {% endif %}{% endfor %}
+
{% for group in area.groups %}
diff --git a/ietf/templates/wginfo/group_base.html b/ietf/templates/wginfo/group_base.html
index d6dfea8bc..ead337bba 100644
--- a/ietf/templates/wginfo/group_base.html
+++ b/ietf/templates/wginfo/group_base.html
@@ -66,10 +66,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- {{ group.acronym }}
+ {{ group.acronym }}
{% for ad in area.ads %}{% if ad.person_id == group.ad_id %}{% endif %}{% endfor %}
{{ group.name }}
{% for chair in group.chairs %}{{ chair.person.plain_name }}{% if not forloop.last %}, {% endif %}{% endfor %}
diff --git a/ietf/templates/wginfo/bofs.html b/ietf/templates/wginfo/bofs.html
index 8123cc6bd..04fafa646 100644
--- a/ietf/templates/wginfo/bofs.html
+++ b/ietf/templates/wginfo/bofs.html
@@ -10,7 +10,7 @@
- {{ g.acronym }}
+ {{ g.acronym }}
{{ g.name }}
diff --git a/ietf/templates/wginfo/chartering_wgs.html b/ietf/templates/wginfo/chartering_wgs.html
index 00daeb90f..8bced2a91 100644
--- a/ietf/templates/wginfo/chartering_wgs.html
+++ b/ietf/templates/wginfo/chartering_wgs.html
@@ -12,7 +12,7 @@
{% for s in charter_states %}{% if not forloop.first %}, {% if forloop.last %}or {% endif %}{% endif %}{{ s.name }}{% endfor %}.
{% if user|has_role:"Area Director,Secretariat" %}
-
+
{% endif %}
{% if not groups %}
@@ -28,7 +28,7 @@
{% for g in groups %}
- {{ g.acronym }}
+ {{ g.acronym }}
{{ g.name }}
diff --git a/ietf/templates/wginfo/conclude.html b/ietf/templates/wginfo/conclude.html
index 0812e64d5..705dd4989 100644
--- a/ietf/templates/wginfo/conclude.html
+++ b/ietf/templates/wginfo/conclude.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}Request closing of {{ wg.acronym }} {{ wg.type.name }}{% endblock %}
+{% block title %}Request closing of {{ group.acronym }} {{ group.type.name }}{% endblock %}
{% block morecss %}
#id_instructions {
@@ -14,7 +14,7 @@ form.conclude .actions {
{% endblock %}
{% block content %}
- Request closing of {{ wg.acronym }} {{ wg.type.name }}
+Request closing of {{ group.acronym }} {{ group.type.name }}
diff --git a/ietf/templates/wginfo/customize_workflow.html b/ietf/templates/wginfo/customize_workflow.html
index 069e319a9..e240e53b0 100644
--- a/ietf/templates/wginfo/customize_workflow.html
+++ b/ietf/templates/wginfo/customize_workflow.html
@@ -34,7 +34,7 @@
- Cancel
+ Cancel
Customize Workflow for {{ group.acronym }} {{ group.type.name }}
{% if action == "edit" %}
-Edit WG {{ wg.acronym }}
+Edit {{ group.type.name }} {{ group.acronym }}
{% else %}
{% if action == "charter" %}
-Start chartering new WG
+Start chartering new group
{% else %}
-Create new WG or BoF
+Create new group or BoF
{% endif %}
{% endif %}
@@ -68,7 +68,7 @@ so. New accounts can be created here.
{% if action == "edit" %}
- Cancel
+ Cancel
{% else %}
{% if action == "charter" %}
diff --git a/ietf/templates/wginfo/edit_milestones.html b/ietf/templates/wginfo/edit_milestones.html
index 676d47b56..5533e6ff6 100644
--- a/ietf/templates/wginfo/edit_milestones.html
+++ b/ietf/templates/wginfo/edit_milestones.html
@@ -42,7 +42,7 @@ tr.milestone.add { font-style: italic; }
- {% if group.parent %}
+ {% if group.parent and group.parent.type_id == "area" %}
Acronym: {{ group.acronym }}
{% endif %}
@@ -47,7 +47,7 @@ is occasionally incorrect.
{% else %}
none
{% if user|has_role:"Area Director,Secretariat" %}
- - Submit Charter
+ - Submit Charter
{% endif %}
{% endif %}
@@ -64,6 +64,7 @@ is occasionally incorrect.
+ {% if group.parent.type_id == "area" %}
{{ group.parent.type.name }}: {{ group.parent.name }} ({{ group.parent.acronym }})
+ {% endif %}
{% if group.techadvisors %}
Area Director:
{% if group.areadirector %}
@@ -71,6 +72,7 @@ is occasionally incorrect.
{% else %}?{% endif %}
@@ -142,7 +144,7 @@ is occasionally incorrect.
{% with group.groupurl_set.all as urls %}
{% if urls %}
-
Charter for {% if group.state_id == "proposed" %}Proposed{% endif %} Working Group
+Charter for {% if group.state_id == "proposed" %}Proposed{% endif %} {{ long_group_type }}
diff --git a/ietf/templates/wginfo/reset_charter_milestones.html b/ietf/templates/wginfo/reset_charter_milestones.html
index a905d1047..6ee387399 100644
--- a/ietf/templates/wginfo/reset_charter_milestones.html
+++ b/ietf/templates/wginfo/reset_charter_milestones.html
@@ -29,7 +29,7 @@
{% endfor %}
diff --git a/ietf/urls.py b/ietf/urls.py
index 06427c74c..909245383 100644
--- a/ietf/urls.py
+++ b/ietf/urls.py
@@ -53,7 +53,7 @@ urlpatterns = patterns('',
(r'^sitemap.xml$', 'django.contrib.sitemaps.views.index', { 'sitemaps': sitemaps}),
(r'^submit/', include('ietf.submit.urls')),
(r'^sync/', include('ietf.sync.urls')),
- (r'^wg/', include('ietf.wginfo.urls')),
+ (r'^(?PDrafts:
-
+
{{ form.docs.errors }}
No documents match your query.
+ {% if not skip_no_matches_warning %}
+ No documents match your query.
+ {% endif %}
{% else %}
{% if meta.max %}
diff --git a/ietf/templates/wginfo/group_documents.html b/ietf/templates/wginfo/group_documents.html
index dfbc2edb3..8830e1183 100644
--- a/ietf/templates/wginfo/group_documents.html
+++ b/ietf/templates/wginfo/group_documents.html
@@ -7,7 +7,7 @@
{% include "doc/search/search_results.html" %}
-{% include "doc/search/search_results.html" with docs=docs_related meta=meta_related %}
+{% include "doc/search/search_results.html" with docs=docs_related meta=meta_related skip_no_matches_warning=True %}
Chartering or Re-Chartering Working Groups
+Chartering or Re-Chartering Groups
States
diff --git a/ietf/templates/wginfo/edit.html b/ietf/templates/wginfo/edit.html
index a706360dd..2cadc8910 100644
--- a/ietf/templates/wginfo/edit.html
+++ b/ietf/templates/wginfo/edit.html
@@ -43,13 +43,14 @@ chairs and delegates, need a Datatracker account to actually do
so. New accounts can be created here.
.txt
in the name.
You can add a pre-approval.
{% endif %} diff --git a/ietf/templates/submit/cancel_preapproval.html b/ietf/templates/submit/cancel_preapproval.html index 8d70e3e66..901f3c390 100644 --- a/ietf/templates/submit/cancel_preapproval.html +++ b/ietf/templates/submit/cancel_preapproval.html @@ -15,9 +15,9 @@ Pre-approval of {{ preapproval.name }} by {{ preapproval.by }} on {{ preapproval.time }}. {% endblock %} From d3efeb421f0a30f426277373658e23d3ccf87e45 Mon Sep 17 00:00:00 2001 From: Ole LaursenThe text will be submitted as charter-ietf-{{ group.acronym }}-{{ next_rev }}
+The text will be submitted as {{ name }}-{{ next_rev }}