horizon/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/create_snapshot.html

8 lines
187 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{{ page_title }}{% endblock %}
{% block main %}
{% include 'project/volume_groups/_create_snapshot.html' %}
{% endblock %}