~ubuntu-branches/ubuntu/trusty/horizon/trusty

« back to all changes in this revision

Viewing changes to horizon/dashboards/syspanel/templates/syspanel/flavors/create.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-03-09 11:50:22 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20120309115022-fri2gwuw9vhnrjvt
Tags: upstream-2012.1~rc1~20120308.1479
ImportĀ upstreamĀ versionĀ 2012.1~rc1~20120308.1479

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends 'syspanel/base.html' %}
 
2
{% load i18n %}
 
3
{% block title %}Create Flavors{% endblock %}
 
4
 
 
5
{% block page_header %}
 
6
  {% include "horizon/common/_page_header.html" with title=_("Create Flavor") %}
 
7
{% endblock page_header %}
 
8
 
 
9
{% block syspanel_main %}
 
10
    {% include "syspanel/flavors/_create.html" %}
 
11
{% endblock %}