summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/images/templates/images/update.html
blob: e81c679bf91e85cdf6cfaf7a7cb1db4c0575b222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% 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 %}