diff --git a/ietf/secr/templates/proceedings/convert.html b/ietf/secr/templates/proceedings/convert.html
deleted file mode 100644
index 9e6c81a99..000000000
--- a/ietf/secr/templates/proceedings/convert.html
+++ /dev/null
@@ -1,51 +0,0 @@
-{% extends "base_site.html" %}
-{% load staticfiles %}
-{% block title %}Proceedings - Convert Materials{% endblock %}
-
-{% block extrahead %}{{ block.super }}
-
-{% endblock %}
-
-{% block breadcrumbs %}{{ block.super }}
- » Proceedings
- » {{ meeting.meeting_num }}
- » Convert Material
-{% endblock %}
-
-{% block content %}
-
-
-
-{% endblock %}
-
diff --git a/ietf/secr/templates/proceedings/edit_slide.html b/ietf/secr/templates/proceedings/edit_slide.html
index 4459704c2..2dde4a153 100755
--- a/ietf/secr/templates/proceedings/edit_slide.html
+++ b/ietf/secr/templates/proceedings/edit_slide.html
@@ -9,8 +9,6 @@
{% block breadcrumbs %}{{ block.super }}
{% if meeting.type_id == "interim" %}
» Proceedings
- » Interim Select Group
- » {{ group.acronym }}
» {{ meeting }}
» {{ slide.title }}
{% else %}
diff --git a/ietf/secr/templates/proceedings/recording.html b/ietf/secr/templates/proceedings/recording.html
index 99352903f..95a544149 100755
--- a/ietf/secr/templates/proceedings/recording.html
+++ b/ietf/secr/templates/proceedings/recording.html
@@ -17,8 +17,6 @@
{% block breadcrumbs %}{{ block.super }}
{% if meeting.type_id == "interim" %}
» Proceedings
- » Interim Select Group
- » {{ group.acronym }}
» {{ meeting }}
{% else %}
» Proceedings
diff --git a/ietf/secr/templates/proceedings/recording_edit.html b/ietf/secr/templates/proceedings/recording_edit.html
index 394e77785..26b9b48da 100755
--- a/ietf/secr/templates/proceedings/recording_edit.html
+++ b/ietf/secr/templates/proceedings/recording_edit.html
@@ -9,8 +9,6 @@
{% block breadcrumbs %}{{ block.super }}
{% if meeting.type_id == "interim" %}
» Proceedings
- » Interim Select Group
- » {{ group.acronym }}
» {{ meeting }}
» Recording
» {{ recording.name }}
diff --git a/ietf/secr/templates/proceedings/replace_slide.html b/ietf/secr/templates/proceedings/replace_slide.html
index 55bfd21db..8dc27f8aa 100755
--- a/ietf/secr/templates/proceedings/replace_slide.html
+++ b/ietf/secr/templates/proceedings/replace_slide.html
@@ -9,8 +9,6 @@
{% block breadcrumbs %}{{ block.super }}
{% if meeting.type_id == "interim" %}
» Proceedings
- » Interim Select Group
- » {{ group.acronym }}
» {{ meeting }}
» {{ slide.title }}
{% else %}
diff --git a/ietf/secr/templates/roles/base_roles.html b/ietf/secr/templates/roles/base_roles.html
deleted file mode 100644
index 6c119c34c..000000000
--- a/ietf/secr/templates/roles/base_roles.html
+++ /dev/null
@@ -1,31 +0,0 @@
-{% extends "base_site.html" %}
-{% load staticfiles %}
-
-{% block title %}Roles{% endblock %}
-
-{% block extrahead %}{{ block.super }}
-
-
-
-
-{% endblock %}
-
-{% block breadcrumbs %}{{ block.super }}
- » Roles
-{% endblock %}
-
-
-{% block content %}
-
-
-
-{% block subsection %}{% endblock %}
-
-{% endblock %}
diff --git a/ietf/secr/templates/roles/chairs.html b/ietf/secr/templates/roles/chairs.html
deleted file mode 100644
index c04548bfd..000000000
--- a/ietf/secr/templates/roles/chairs.html
+++ /dev/null
@@ -1,51 +0,0 @@
-{% extends "roles/base_roles.html" %}
-
-{% block subsection %}
-
-
-
{{ type }} Chairs
-
-
-
- Role |
- Name |
- Email |
- Action |
-
-
-
- {% for role in group.role_set.all %}
-
- {{ role.name }} |
- {{ role.person }} |
- {{ role.email }} |
- Delete |
-
- {% endfor %}
-
-
-
-
-
-
-
-
-{% endblock %}
diff --git a/ietf/secr/templates/roles/liaisons.html b/ietf/secr/templates/roles/liaisons.html
deleted file mode 100644
index 0bbf50208..000000000
--- a/ietf/secr/templates/roles/liaisons.html
+++ /dev/null
@@ -1,39 +0,0 @@
-{% extends "roles/base_roles.html" %}
-
-{% block subsection %}
-
-
-
Liaisons Managers
-
- {% for liaison in liaisons %}
-
-
- {% endfor %}
-
-
-
-
-
-
-
-
-
-{% endblock %}