horizon/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/update.html

12 lines
320 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Edit Volume" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Edit Volume") %}
{% endblock page_header %}
{% block main %}
{% include 'project/volumes/volumes/_update.html' %}
{% endblock %}