diff --git a/ietf/templates/wgcharter/announcement_text.html b/ietf/templates/wgcharter/announcement_text.html
index 168d23c64..38113ef51 100644
--- a/ietf/templates/wgcharter/announcement_text.html
+++ b/ietf/templates/wgcharter/announcement_text.html
@@ -18,14 +18,20 @@ form #id_announcement_text {
{% load ietf_filters %}
{% if user|has_role:"Secretariat" %}
+ Secretariat actions
+
{% endif %}
diff --git a/ietf/templates/wgcharter/approve.html b/ietf/templates/wgcharter/approve.html
index 1fba5eed5..5287aec47 100644
--- a/ietf/templates/wgcharter/approve.html
+++ b/ietf/templates/wgcharter/approve.html
@@ -19,7 +19,7 @@ form.approve .announcement {
{% endblock %}
{% block content %}
-Approve {{ charter.canonical_name }}
+Approve {{ charter.canonical_name }}-{{ charter.rev }}
IETF announcement:
@@ -31,6 +31,7 @@ form.approve .announcement {
diff --git a/ietf/wgcharter/urls.py b/ietf/wgcharter/urls.py
index 2aa4c955f..e9b04b5ec 100644
--- a/ietf/wgcharter/urls.py
+++ b/ietf/wgcharter/urls.py
@@ -7,7 +7,7 @@ urlpatterns = patterns('',
url(r'^(?P