~ubuntu-branches/ubuntu/vivid/horizon/vivid-proposed

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots/update.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-06-17 09:17:40 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140617091740-g73ekvtkxum68uyv
Tags: 1:2014.2~b1-0ubuntu1
* New upstream release.
* debian/control: Open up juno release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends 'base.html' %}
 
2
{% load i18n %}
 
3
{% block title %}{% trans "Edit Snapshot" %}{% endblock %}
 
4
 
 
5
{% block page_header %}
 
6
  {% include "horizon/common/_page_header.html" with title=_("Edit Snapshot") %}
 
7
{% endblock page_header %}
 
8
 
 
9
{% block main %}
 
10
    {% include 'project/volumes/snapshots/_update.html' %}
 
11
{% endblock %}