summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/images/templates/images/update.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/admin/images/templates/images/update.html')
-rw-r--r--openstack_dashboard/dashboards/admin/images/templates/images/update.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/openstack_dashboard/dashboards/admin/images/templates/images/update.html b/openstack_dashboard/dashboards/admin/images/templates/images/update.html
deleted file mode 100644
index e81c679b..00000000
--- a/openstack_dashboard/dashboards/admin/images/templates/images/update.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends 'base.html' %}
-{% load i18n %}
-
-{% block title %}{% trans "Update Image" %}{% endblock %}
-
-{% block page_header %}
- {% include "horizon/common/_page_header.html" with title=_("Update Image") %}
-{% endblock page_header %}
-
-{% block main %}
- {% include 'admin/images/_update.html' %}
-{% endblock %}