diff --git a/ietf/settings.py b/ietf/settings.py index 95db6b130..4b08d1c57 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -177,6 +177,8 @@ MAX_WG_DELEGATES = 3 INTERNET_DRAFT_PATH = '/a/www/ietf-ftp/internet-drafts/' INTERNET_DRAFT_PDF_PATH = '/a/www/ietf-datatracker/pdf/' RFC_PATH = '/a/www/ietf-ftp/rfc/' +CHARTER_PATH = '/a/www/ietf-ftp/charters/' +CHARTER_TXT_URL = 'http://www.ietf.org/charters/' AGENDA_PATH = '/a/www/www6s/proceedings/' AGENDA_PATH_PATTERN = '/a/www/www6s/proceedings/%(meeting)s/agenda/%(wg)s.%(ext)s' MINUTES_PATH_PATTERN = '/a/www/www6s/proceedings/%(meeting)s/minutes/%(wg)s.%(ext)s' diff --git a/ietf/templates/wgrecord/add_comment.html b/ietf/templates/wgrecord/add_comment.html index f52b25ebe..1db80c507 100644 --- a/ietf/templates/wgrecord/add_comment.html +++ b/ietf/templates/wgrecord/add_comment.html @@ -27,7 +27,7 @@ form.add-comment .actions {
No Record
{% for p in info.pos_no_record %}
-{{p.name}}
+{{p.name}}{% if user|in_group:"Secretariat" %}{% endif %}
{% empty %}
none
{% endfor %}
diff --git a/ietf/templates/wgrecord/record_ballot_list.html b/ietf/templates/wgrecord/record_ballot_list.html
index 72a81c0de..db513edb2 100644
--- a/ietf/templates/wgrecord/record_ballot_list.html
+++ b/ietf/templates/wgrecord/record_ballot_list.html
@@ -1,6 +1,6 @@
{% load ietf_filters %}
{% for p in positions %}
-{% if p.is_old_ad %}[{%endif%}{{p.ad}}{% if p.is_old_ad %}]{%endif%}{% if p.comment or p.block_comment %} {% endif %}
+{% if p.is_old_ad %}[{%endif%}{{p.ad}}{% if p.is_old_ad %}]{%endif%}{% if p.comment or p.block_comment %} {% endif %}
{% if p.old_positions %}(was {{p.old_positions|join:", "}})
{%endif%}
{% empty %}
none
diff --git a/ietf/templates/wgrecord/record_tab_charter.html b/ietf/templates/wgrecord/record_tab_charter.html
index 027743c49..6a7b9230a 100644
--- a/ietf/templates/wgrecord/record_tab_charter.html
+++ b/ietf/templates/wgrecord/record_tab_charter.html
@@ -7,7 +7,7 @@ Copyright The IETF Trust 2011, All Rights Reserved
{% load ietf_filters %}
{% block record_revision %}
-Snapshots: {% if not snapshot %}{% else %}{% endif %}current{% if not snapshot %}{% else %}{% endif %} {% for d in versions reversed %}{% ifnotequal d.rev wg.charter.rev %}{% ifequal snapshot d.rev %}{% else %}{% endifequal %}{{ d.rev }}{% ifequal snapshot d.rev %}{% else %}{% endifequal %} {% endifnotequal %}{% endfor %}
+Snapshots: {% if not snapshot %}{% else %}{% endif %}current{% if not snapshot %}{% else %}{% endif %} {% for d in versions reversed %}{% ifnotequal d.rev wg.charter.rev %}{% ifequal snapshot d.rev %}{% else %}{% endifequal %}{{ d.rev }}{% ifequal snapshot d.rev %}{% else %}{% endifequal %} {% endifnotequal %}{% endfor %}
{% endblock %}
{% block record_metatable %}
diff --git a/ietf/templates/wgrecord/record_tab_history.html b/ietf/templates/wgrecord/record_tab_history.html
index 638ff50a5..f681ad914 100644
--- a/ietf/templates/wgrecord/record_tab_history.html
+++ b/ietf/templates/wgrecord/record_tab_history.html
@@ -10,7 +10,7 @@ Copyright The IETF Trust 2011, All Rights Reserved
-
{% endif %} @@ -24,8 +24,8 @@ Copyright The IETF Trust 2011, All Rights Reserved {% if user|in_group:"Area_Director,Secretariat" %}-
{% endif %} diff --git a/ietf/templates/wgrecord/search_result_row.html b/ietf/templates/wgrecord/search_result_row.html index 18a109661..695940dba 100644 --- a/ietf/templates/wgrecord/search_result_row.html +++ b/ietf/templates/wgrecord/search_result_row.html @@ -5,7 +5,7 @@ Copyright The IETF Trust 2011, All Rights Reserved {% load ietf_filters %}