diff --git a/ietf/templates/community/manage_clist.html b/ietf/templates/community/manage_clist.html
index 2c57d77b0..cbaf0a5a4 100644
--- a/ietf/templates/community/manage_clist.html
+++ b/ietf/templates/community/manage_clist.html
@@ -1,13 +1,5 @@
{% extends "base.html" %}
-{% block pagehead %}
-{{ block.super }}
-
-
-
-
-{% endblock pagehead %}
-
{% block title %}{{ cl.long_name }}{% endblock %}
{% block content %}
@@ -110,9 +102,13 @@ In order to add some individual documents to your list you have to:
+{% endblock %}
-
+{% endblock js %}
+
+{% block scripts %}
var tabView = new YAHOO.widget.TabView('mytabs');
var url = location.href.split('#');
if (url[1]) {
@@ -125,7 +121,4 @@ if (url[1]) {
}
}
}
-//]]>
-
-
{% endblock %}
diff --git a/ietf/templates/nomcom/edit_nominee.html b/ietf/templates/nomcom/edit_nominee.html
index e57f75d25..ca309ff79 100644
--- a/ietf/templates/nomcom/edit_nominee.html
+++ b/ietf/templates/nomcom/edit_nominee.html
@@ -2,13 +2,6 @@
{% load nomcom_tags %}
-{% block pagehead %}
- {{ block.super }}
-
-
-
-{% endblock pagehead %}
-
{% block subtitle %} - Edit nominee {{ nominee }}{% endblock %}
{% block nomcom_content %}
diff --git a/ietf/templates/nomcom/questionnaires.html b/ietf/templates/nomcom/questionnaires.html
index c61fe8660..ddd1fbc46 100644
--- a/ietf/templates/nomcom/questionnaires.html
+++ b/ietf/templates/nomcom/questionnaires.html
@@ -1,12 +1,5 @@
{% extends "nomcom/nomcom_public_base.html" %}
-{% block pagehead %}
- {{ block.super }}
-
-
-
-{% endblock pagehead %}
-
{% block subtitle %} - Questionnaires {% endblock %}
{% block nomcom_content %}
diff --git a/ietf/templates/nomcom/requirements.html b/ietf/templates/nomcom/requirements.html
index 3594d5dd4..c8cc0614d 100644
--- a/ietf/templates/nomcom/requirements.html
+++ b/ietf/templates/nomcom/requirements.html
@@ -1,12 +1,5 @@
{% extends "nomcom/nomcom_public_base.html" %}
-{% block pagehead %}
- {{ block.super }}
-
-
-
-{% endblock pagehead %}
-
{% block subtitle %} - Desired Expertise {% endblock %}
{% block nomcom_content %}
diff --git a/ietf/templates/nomcom/view_feedback_nominee.html b/ietf/templates/nomcom/view_feedback_nominee.html
index ecfd0edfa..1cdb73155 100644
--- a/ietf/templates/nomcom/view_feedback_nominee.html
+++ b/ietf/templates/nomcom/view_feedback_nominee.html
@@ -2,13 +2,6 @@
{% load nomcom_tags %}
-{% block pagehead %}
- {{ block.super }}
-
-
-
-{% endblock pagehead %}
-
{% block subtitle %} - View comments of {{ nominee.email.person.name }}{% endblock %}
{% block nomcom_content %}
diff --git a/ietf/templates/nomcom/view_feedback_unrelated.html b/ietf/templates/nomcom/view_feedback_unrelated.html
index 414ec52a7..9418f1d81 100644
--- a/ietf/templates/nomcom/view_feedback_unrelated.html
+++ b/ietf/templates/nomcom/view_feedback_unrelated.html
@@ -2,13 +2,6 @@
{% load nomcom_tags %}
-{% block pagehead %}
- {{ block.super }}
-
-
-
-{% endblock pagehead %}
-
{% block subtitle %} - View unrelated feedback{% endblock %}
{% block nomcom_content %}