diff --git a/ietf/static/ietf/css/agenda/agenda.css b/ietf/static/ietf/css/agenda/agenda.css
index 3b5f40959..707dfde41 100644
--- a/ietf/static/ietf/css/agenda/agenda.css
+++ b/ietf/static/ietf/css/agenda/agenda.css
@@ -968,13 +968,6 @@ td.ourconflicts, td.theirconflicts {
font-style:italic;
}
-/* this is for the agenda summary page */
-.towtruck {
- position: fixed;
- bottom: 5px;
- right: 15px;
-}
-
.agenda_list_title {
font-size: 44px;
font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
diff --git a/ietf/templates/meeting/agenda_list.html b/ietf/templates/meeting/agenda_list.html
index 2d0431149..045edabca 100644
--- a/ietf/templates/meeting/agenda_list.html
+++ b/ietf/templates/meeting/agenda_list.html
@@ -88,13 +88,6 @@
You can not mark an agenda as official, if it is not public.
-
{% endblock %}
diff --git a/ietf/templates/meeting/properties_edit.html b/ietf/templates/meeting/properties_edit.html
index 3be01c462..8f5a7466f 100644
--- a/ietf/templates/meeting/properties_edit.html
+++ b/ietf/templates/meeting/properties_edit.html
@@ -80,13 +80,6 @@ jQuery.ajaxSetup({
Are you sure you want to delete this agenda?
-
-{% if server_mode %}
- {% if server_mode != "production" %}
-
- {% endif %}
-{% endif %}
-
diff --git a/ietf/templates/meeting/timeslot_edit.html b/ietf/templates/meeting/timeslot_edit.html
index a626abded..12e5a5f6a 100644
--- a/ietf/templates/meeting/timeslot_edit.html
+++ b/ietf/templates/meeting/timeslot_edit.html
@@ -181,10 +181,4 @@ promiselist.push(ts_promise);
Are you sure you want to delete this entire timeslot?
-{% if server_mode %}
- {% if server_mode != "production" %}
-
- {% endif %}
-{% endif %}
-
{% endblock %}